You need to add the jde to the load-path for emacs. Here is the relevant snippet from
my .emacs:

(setq load-path
          (nconc
           '(
                 "f:/tools/emacs/site-lisp/semantic-1.2"
                 "f:/tools/emacs/site-lisp/speedbar"
                 "f:/tools/emacs/site-lisp/jde/lisp"
                 "f:/tools/emacs/site-lisp/jde-jcb"
                 "f:/tools/emacs/site-lisp/tdtd"
                 "f:/tools/emacs/site-lisp"
                 )
       load-path))

Hope this helps.

Marc

> -----Original Message-----
> From: Tony Fang [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 12, 2000 5:54 PM
> To: [EMAIL PROTECTED]
> Cc: Fang, Tony T
> Subject: .emacs about require
>
>
> Hello:
>     I want to use this JDE and follow installation guide.  However, I
> lost in the
> steps of "To tell emacs to load the JDE at startup".
>
>     It said "To ensure this, add the following lines to your .emacs
> file:
>     (require 'jde)
>
> Now I installed jde directory in c:/emacs/add-on/jde-2.2.3.  How can the
>
> line (require 'jde) understand what I am doing ?  I got the error
> message
> about can not open load file ...
>
> Please help.
>
> Thanks
>
> Tony Fang
> [EMAIL PROTECTED]
>

Reply via email to