eclipse 3.3.0

Greg Lewis glewis at eyesbeyond.com
Mon Sep 10 07:43:18 PDT 2007


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 at eyesbeyond.com
Eyes Beyond                         Web     : http://www.eyesbeyond.com
Information Technology              FreeBSD : glewis at FreeBSD.org


More information about the freebsd-eclipse mailing list