Archive for the 'Java' Category



The virtual machine advantage.

Published on November 3, 2009

Much has been talked about Java. But of all things, one advantage less told about Java is the ease of crossing over to 64bit.
So what has to be done in order to run existing 32bit applications in 64bit?
Just install 64bit JVM and you are done. No need to recompile it in 64bit. The parser is [...]