ojdkbuild / ojdkbuild

Community builds using source code from OpenJDK project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestion: 2x JVM Path parameter for x86 and x64

patris70 opened this issue · comments

Hi,

Icedtea-Web has just one JVM Path Parameter (deployment.jre.dir).
The problem is, Some Programs need java x86 version and some x64. If i set deployment.jre.dir with target x64 version path,, program fails, because program needs java x86 but java x64 started.

My Suggestion is, we need 2x JVM Path:
for x64 Version ===> deployment.jre64.dir
for x86 Version ===> deployment.jre32.dir

As Info: Oracle Java uses:
deployment.javaws.jre.0.path
deployment.javaws.jre.1.path

Thanks

Sorry, don't want to add any changes specific to 32-bit version. It is better to use 64-bit version where possible. And mixing versions with the same cache/settings it definitely not supported. Closing as "won't fix".