FULL PRODUCT VERSION :
java version "1.8.0_60"
Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows [Version 6.3.9600]
A DESCRIPTION OF THE PROBLEM :
If you have both the 32 bit and 64 bit Java installed on a machine you cannot import to the system cache to get the application to start using the 64 bit Java. It always ends up using 32 bit.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Import a jnlp like this: C:\Program Files\Java\jre1.8.0_60\bin\javaws –import –system http://someserver/somefile.jnlp
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
When clicking on the desktop icon created by the import, the 64 bit Java should be used
ACTUAL -
When clicking on the desktop icon created by the import, the 32 bit Java should is used
REPRODUCIBILITY :
This bug can be reproduced always.
CUSTOMER SUBMITTED WORKAROUND :
Edit the desktop link to use the 64 bit Java (and change the deployment.property file and set deployment.javaws.shortcut=NEVER)
or only install 64 bit Java
java version "1.8.0_60"
Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows [Version 6.3.9600]
A DESCRIPTION OF THE PROBLEM :
If you have both the 32 bit and 64 bit Java installed on a machine you cannot import to the system cache to get the application to start using the 64 bit Java. It always ends up using 32 bit.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Import a jnlp like this: C:\Program Files\Java\jre1.8.0_60\bin\javaws –import –system http://someserver/somefile.jnlp
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
When clicking on the desktop icon created by the import, the 64 bit Java should be used
ACTUAL -
When clicking on the desktop icon created by the import, the 32 bit Java should is used
REPRODUCIBILITY :
This bug can be reproduced always.
CUSTOMER SUBMITTED WORKAROUND :
Edit the desktop link to use the 64 bit Java (and change the deployment.property file and set deployment.javaws.shortcut=NEVER)
or only install 64 bit Java
- duplicates
-
JDK-7178149 Javaws always creates 32 bit shortcuts
-
- Closed
-