On Mon, Apr 02, 2001 at 11:07:28AM -0500, Nick Sieger wrote:
> > java -classpath
> > /usr/share/emacs/20.7/site-lispjava/lib/jde.jar:/usr/lib/j2sdk1.3/
> ^^
> I'd say this is your problem right here. The path to jde.jar appears to be
> incorrect. The JDE calculates the classpath entry for jde.jar based on
> where the jde lisp is found in `load-path'; see the help for
> `jde-find-jde-data-directory'. Check your load-path and make sure that each
> entry in it contains a trailing slash. If
> "/usr/share/emacs/20.7/site-lisp/java" is not where the jde is found, then
> you should change the entry in your load-path to point to the actual
> location where you unpacked the JDE distribution.
My current /etc/emacs20/site-start.d/50jde.el contains the following:
(setq load-path (nconc load-path (list (format "/usr/share/%s/site-lisp/jde/"
debian-emacs-flavor))))
Do you mean I should change it? In Debian (unstable) these are the
locations of ".el", ".elc", and the "jar" files (one example for each):
/usr/share/emacs/20.7/site-lisp/jde/jde.elc
/usr/share/emacs/site-lisp/jde/jde.el
/usr/share/java/jde.jar
As you see, the "jar" files are located in a different tree.
Thanks in advance,
Jose
--
Jose Luis Marin [EMAIL PROTECTED]
Alerce Informatica Aplicada Area de Sistemas
Marina Española 12 (Edif. Azabache)
Tel +34 976 253400
Fax +34 976 258071