Windows: addind -Djna.nosys=true to launcher options. Closes #2301

This commit is contained in:
Federico Fissore 2015-05-19 16:26:39 +02:00
parent 9191442aea
commit e7fc9a1bd2
2 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@
<runtimeBits>32</runtimeBits>
<opt>-splash:./lib/splash.png</opt>
<opt>-Dsun.java2d.d3d=false</opt>
<opt>-Djna.nosys=true</opt>
</jre>
<messages>
<startupErr>An error occurred while starting the application.</startupErr>

View File

@ -44,6 +44,7 @@
<path>java</path>
<runtimeBits>32</runtimeBits>
<opt>-Dsun.java2d.d3d=false</opt>
<opt>-Djna.nosys=true</opt>
</jre>
<messages>
<startupErr>An error occurred while starting the application.</startupErr>