At 02:21 AM 1/14/00 GMT, root wrote:
>My emacs is 20.3.1.And i use jde2.1.6beta.
>The path of jde2.1.6beta is /usr/local/jde.
>I have configed the file .emacs below.
>(setq load-path
>       (nconc  '(
>                             "/usr/local/jde"
>                         )
>                            load-path))
>(require 'jde)
>

This won't work.

>or
>
>(setq load-path
>       (nconc  '(
>                             "/usr/local/jde/lisp"
>                         )
>                            load-path))
>(require 'jde)
>

This should work.

>
>
>But when i open the file test.java,i  can't see the "jde" menu.Why?
>

There must be some other problem with your configuration. Please put
the following lines at the start of  your .emacs file:

;; Set the debug option when there is trouble...
(setq debug-on-error t)

Then restart emacs with the debug on init command line option:

emacs -debug-init

Finally, try opening a Java source file. Please send me the copy of your
*messages* buffer. Also, you may get a debugger backtrace buffer. Please
send its contents as well.

- Paul

Reply via email to