1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-19 09:42:11 +03:00

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> <runtimeBits>32</runtimeBits>
<opt>-splash:./lib/splash.png</opt> <opt>-splash:./lib/splash.png</opt>
<opt>-Dsun.java2d.d3d=false</opt> <opt>-Dsun.java2d.d3d=false</opt>
<opt>-Djna.nosys=true</opt>
</jre> </jre>
<messages> <messages>
<startupErr>An error occurred while starting the application.</startupErr> <startupErr>An error occurred while starting the application.</startupErr>

View File

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