mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Attempt to fix glitches introduced by java8 on windows. Fixes #2761
This commit is contained in:
@ -33,6 +33,7 @@
|
|||||||
<maxVersion></maxVersion>
|
<maxVersion></maxVersion>
|
||||||
<jdkPreference>preferJre</jdkPreference>
|
<jdkPreference>preferJre</jdkPreference>
|
||||||
<opt>-splash:./lib/splash.png</opt>
|
<opt>-splash:./lib/splash.png</opt>
|
||||||
|
<opt>-Dsun.java2d.d3d=false</opt>
|
||||||
</jre>
|
</jre>
|
||||||
<messages>
|
<messages>
|
||||||
<startupErr>An error occurred while starting the application.</startupErr>
|
<startupErr>An error occurred while starting the application.</startupErr>
|
||||||
|
@ -32,6 +32,7 @@
|
|||||||
<minVersion>1.8.0</minVersion>
|
<minVersion>1.8.0</minVersion>
|
||||||
<maxVersion></maxVersion>
|
<maxVersion></maxVersion>
|
||||||
<jdkPreference>preferJre</jdkPreference>
|
<jdkPreference>preferJre</jdkPreference>
|
||||||
|
<opt>-Dsun.java2d.d3d=false</opt>
|
||||||
</jre>
|
</jre>
|
||||||
<messages>
|
<messages>
|
||||||
<startupErr>An error occurred while starting the application.</startupErr>
|
<startupErr>An error occurred while starting the application.</startupErr>
|
||||||
|
Reference in New Issue
Block a user