Windows: this launch4j conf SHOULD force using only the bundled JVM

This commit is contained in:
Federico Fissore 2015-05-08 10:19:24 +02:00
parent 5064af486f
commit b32d3553c6
2 changed files with 0 additions and 4 deletions

View File

@ -42,8 +42,6 @@
</classPath>
<jre>
<path>java</path>
<minVersion>1.8.0</minVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>32</runtimeBits>
<opt>-splash:./lib/splash.png</opt>
<opt>-Dsun.java2d.d3d=false</opt>

View File

@ -42,8 +42,6 @@
</classPath>
<jre>
<path>java</path>
<minVersion>1.8.0</minVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>32</runtimeBits>
<opt>-Dsun.java2d.d3d=false</opt>
</jre>