Difference on JBuilder and ECLIPSE?

hi all,

i edit a jar file full of java applets for several years with jbuilder 5, the jdk path is still on jdk 1.3...

a few days ago, i compiled the applets with eclipse and exported them as an jar file - eclipse jdk path is 1.5....

the problem is:

the with jbuilder (jdk 1.3) builded classes / jar file runs in my web app, and the with eclipse 3.2 buildes classes / jar files don磘...it even won磘 run into the init function.

any ideas what the problem could be?

thanx,

andi

[522 byte] By [BCBCBCa] at [2007-11-26 20:08:42]
# 1

you have a 1.3 JVM under which your webapplication is running I guess?

If so, that's the problem right there. Your newly compiled classes won't work with a 1.3 VM.

Either set up Eclipse to compile to 1.3, or install a modern JVM on the server (I suggest the latter, though I realise that may not always be possible).

jwentinga at 2007-7-9 23:11:30 > top of Java-index,Developer Tools,Java Compiler...
# 2
hi,thanx, that what i guessed...i磍l try this again.thank you,andi
BCBCBCa at 2007-7-9 23:11:31 > top of Java-index,Developer Tools,Java Compiler...