We are running windows 8.1 with both java 1.8.0_77 32 and 64.
If we don't force to start with c:\program files\java\jre1.8.0_77\bin\javaws.exe
, the webpplication starts by default in 32bit.
If we use a Xmx
bigger than 1G the jnlp starting fails.
we tried adding -d64, -J-d64
, but nothing was successful. We cannot remove the 32bit version.
Is there a way to force to start jnlp with 64bit java version?