help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: JDE2.3.3 and JDK1.5.0


From: Deon Garrett
Subject: Re: JDE2.3.3 and JDK1.5.0
Date: Sat, 16 Oct 2004 02:55:42 -0500
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux)

yi_su0 <yi_su0@sbcglobal.net> writes:

> Is JDE2.3.3 compatible with JDK1.5.0?
> Whenever I run a java program, I keep getting the following error message:
>         "JDE does not recognize java"
>
> If I set it up with JDK1.4.2_04, it works fine.
> BTW, my OS is Linux 2.4.26 and using Emacs 21.3.2.
>
> Thanks.

I don't believe it is.  I have jde-2.3.4_beta5 installed and it works
with jdk1.5.0.  I had to add a few bits to my .emacs...

(add-hook 'jde-mode-hook
  (lambda ()
    (setq jde-jdk-registry '(("1.5.0" . "/usr/local/jdk1.5.0")))
    (setq jde-jdk '("1.5.0"))))

and it works perfectly.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]