The application is platform independent (written in java)
But there is something between the platform and the application - the java virtual machine (jvm). And it converts java to machine code etc in a very platform dependent way.
So on w7x64 you install both the 32 bit and 64 bit versions of the java virtual machine to give your app software maximum compatibility options.
But there is something between the platform and the application - the java virtual machine (jvm). And it converts java to machine code etc in a very platform dependent way.
So on w7x64 you install both the 32 bit and 64 bit versions of the java virtual machine to give your app software maximum compatibility options.