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 : [EMAIL PROTECTED] Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : [EMAIL PROTECTED] _______________________________________________ freebsd-eclipse@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-eclipse To unsubscribe, send any mail to "[EMAIL PROTECTED]"