PDA

View Full Version : Which java vm is best to use?


Pulse
28-Dec-2004, 20:11
Should I be using JDK 1.5 or 1.4.2? Im assuming that 1.5 is the better to use but it seems. . . experimental ;). Can stuff built on 1.5 be run on 1.4.2 or is that a no-no?

Java seems to come in so many flavours its mind boggling :/.

Sparky
29-Dec-2004, 00:51
Can stuff built on 1.5 be run on 1.4.2 or is that a no-no?

Does Quake III run on your Commodore 64?

phantom
29-Dec-2004, 02:04
assuming none of the IL defs have changed and youd dont use any new 1.5 functionality you should be able to run stuff compiled on one system with an older one..

Pulse
29-Dec-2004, 02:50
So basically its just best to use the latest.

Sparky, I dont own a Commodore 64.

phantom
29-Dec-2004, 06:56
Yeah, there are very few times when its not better to have the most upto date system you can