Merge pull request #5097 from facchinm/jna_refix

Windows: addind -Djna.nosys=true to launcher options
This commit is contained in:
Martino Facchin 2016-07-05 09:32:44 +02:00 committed by GitHub
commit a3f01a0ebb
2 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@
<runtimeBits>32</runtimeBits>
<opt>-splash:"%EXEDIR%/lib/splash.png"</opt>
<opt>-Dsun.java2d.d3d=false</opt>
<opt>-Djna.nosys=true</opt>
<opt>-DAPP_DIR="%EXEDIR%"</opt>
</jre>
<versionInfo>

View File

@ -56,6 +56,7 @@
<path>java</path>
<runtimeBits>32</runtimeBits>
<opt>-Dsun.java2d.d3d=false</opt>
<opt>-Djna.nosys=true</opt>
<opt>-DAPP_DIR="%EXEDIR%"</opt>
<opt>-DDEBUG=true</opt>
</jre>