With setq load-path changed to c:/emacs20.7/jde2.1.8/lisp, i.e.,
(setq load-path (cons "c:/emacs20.7/jde2.1.8/lisp" load-path))
I got a different error:
"Error in init file: File error: "Cannot open load file", "semantic"" I did
follow the instruction. As from the previous email, jde2.1.8 is installed
under emacs20.7 and .emacs under emacs20.7 does specify the path to look for
jde2.1.8.
Kevin
----- Original Message -----
From: "Doug Johnson" <[EMAIL PROTECTED]>
To: "Kevin Lee" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Saturday, July 08, 2000 8:14 PM
Subject: Re: JDE installation problem
> Kevin:
>
> From the installation instructions:
>
> -------------
>
> 3.Update the Emacs Lisp load path.
>
> You must tell Emacs where the JDE lives. You can do this by adding
some
> Lisp code to your Emacs startup (.emacs)
> file that updates the Emacs load-path variable. This variable lists
the
> paths that Emacs searches when looking for Lisp
> packages required by commands that you execute. To update the
load-path
> variable on startup, insert the following code
>
> (setq load-path
> (nconc
> '("~/emacs/site/jde-2.1.7/lisp"
> ;; Add paths to other add-on packages here.
> )
> load-path))
>
> ------------------------
>
> Note the addition of /lisp
>
> -------------------------
>
> At 07:43 PM 7/8/00 -0400, Kevin Lee wrote:
> >
> > Hi,
> > I've encountered a JDE installation problem, please help!!! I am
running
> > Windows 98, jde2.1.8, emacs20.7. The problem shown at the status bar in
> > Emacs20.7 says "Error in init file: File error: "Cannot open load file",
> > "jde"" I've never encoutered this problem before when I had jde2.1.5
and
> > emacs20.3.1. Wondering if it has to do with the directory structure of
> > jde2.1.5. emacs20.7 is installed under c:/. jde2.1.8 folder is
installed
> > under c:/emacs20.7. Following is the minimum .emacs file I copied from
> >
<http://sunsite.auc.dk/jde/_emacs_jde>http://sunsite.auc.dk/jde/_emacs_jde
> > with path inside setq load-path changed to c:/emacs20.7/jde2.1.8:
> >
>
>
>
> Doug Johnson
> [EMAIL PROTECTED]
>
>