We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa975d commit 76029aeCopy full SHA for 76029ae
build/windows/launcher/config.xml
@@ -57,6 +57,7 @@
57
<runtimeBits>32</runtimeBits>
58
<opt>-splash:"%EXEDIR%/lib/splash.png"</opt>
59
<opt>-Dsun.java2d.d3d=false</opt>
60
+ <opt>-Djna.nosys=true</opt>
61
<opt>-DAPP_DIR="%EXEDIR%"</opt>
62
</jre>
63
<versionInfo>
build/windows/launcher/config_debug.xml
@@ -56,6 +56,7 @@
56
<path>java</path>
<opt>-DDEBUG=true</opt>
0 commit comments