I want to know the bit version of the JVM installed on the user machine and based on that i want to install different versions of my application using Java WebStart. I am thinking that this information can be extracted from the java plugin installed on the browser.
I do not want the OS or CPU bit version, since 32 bit JVM can be installed on 64 bit machine.
Can this be done using javascript?