unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* JDE2.3.3 and JDK1.5.0
@ 2004-10-10 23:41 yi_su0
  2004-10-16  7:55 ` Deon Garrett
  0 siblings, 1 reply; 2+ messages in thread
From: yi_su0 @ 2004-10-10 23:41 UTC (permalink / raw)


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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: JDE2.3.3 and JDK1.5.0
  2004-10-10 23:41 JDE2.3.3 and JDK1.5.0 yi_su0
@ 2004-10-16  7:55 ` Deon Garrett
  0 siblings, 0 replies; 2+ messages in thread
From: Deon Garrett @ 2004-10-16  7:55 UTC (permalink / raw)


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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-10-16  7:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-10 23:41 JDE2.3.3 and JDK1.5.0 yi_su0
2004-10-16  7:55 ` Deon Garrett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).