At 06:40 PM 2/21/00 -0700, you wrote:
>I've installed JDE correctly.
>my .emacs reads "
>(setq load-path (nconc '("/usr/local/lib/jde") load-path))
>(require 'jde)
>"
>I have the blackdown JDK rc4 and it's on my path.
>My Xemacs is 21.1 from a mandrake 7.0 installation.
>
>JDE will not load!
>debug init says "
>Signaling: (file-error "Cannot open load file" "jde")
> load-internal("jde" nil t nil nil nil)
> load("jde" nil t nil)
> require(jde)
> load-internal("~/.emacs" t t t nil nil)
> load("~/.emacs" t t t)
> load-user-init-file("")
> load-init-file()
> command-line()
> normal-top-level()
>"
>
>Please help! This is **extremely frustrating**.
>I've installed JDE with no problems in the exact same manner on two
>other systems
>(on those I installed and compiled xemacs by hand).
Sorry for not replying sooner but I have been on vacation.
Starting with JDE 2.1.6, the JDE distribution has been reorganized to put the
JDE lisp and Java files in separate directories. So the correct load-path for
the JDE (in your case) is
/usr/local/lib/jde/lisp
- Paul
------------------------------------------------------------------------------
JDE website: http:/sunsite.auc.dk/jde/
JDE mailing list archive:
http://www.mail-archive.com/[email protected]/maillist.html
If you have a problem with the JDE, please use JDE->Help->Submit Problem
Report to prepare your query. This will insure that you include all
information that may be required to solve your problem.