Date: Mon, 10 Sep 2007 07:43:12 -0700 From: Greg Lewis <glewis@eyesbeyond.com> To: Ken Yamada <ken@tydfam.jp> Cc: freebsd-eclipse@freebsd.org, dan@rucci.org Subject: Re: eclipse 3.3.0 Message-ID: <20070910144312.GA18849@misty.eyesbeyond.com> In-Reply-To: <20070910.164509.08315576.ken@tydfam.jp> References: <46E446A4.8090305@buzmo.com> <20070910.143323.48534083.ken@tydfam.jp> <46E4E2F3.6040201@buzmo.com> <20070910.164509.08315576.ken@tydfam.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
G'day Ken, On Mon, Sep 10, 2007 at 04:45:09PM +0900, Ken Yamada wrote: > I am running JBoss 4.2 which does not like jdk1.6.0, yet. And I setenv JAVA_HOME to /usr/local/jdk1.5.0. That is why I am saying that we'd better include JAVA_HOME in eclipse.in. Well, you're basically shooting yourself in the foot here. You can't compile something with 1.6 and run it with 1.5. The class file format changes and its not "forward compatible". If you want to be able to run it with 1.5 you need to get it compiling with 1.5. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070910144312.GA18849>