Specifying -d64 or -d32 JVM in JNLP
My question is relative simple -- is there a way to specify or request a 64 bit JVM where one is available in a JNLP file?
From the command line it would be something like java -d64 ...
Is there an equivalent JNLP resource tag?
Apologies if this is a FAQ -- I've done a fair bit of web searching and come up empty.
# 1
At this time, Java Web Start does not support 64-bit JREs.
We are working on the 64-bit version, and when it is availavle, the java-vm-args="-d64" or "-d32" will direct Java web start to only consider the 64 or 32 bit JREs respecitivly.
The default, if not specified, will be to run the 32 bit version of the JRE, unless only a 64 bit version of the required JRE is available.
/Andy