mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-15 12:29:26 +01:00
Attempt to fix glitches introduced by java8 on windows. Fixes #2761
This commit is contained in:
parent
375013173d
commit
8da868d47a
@ -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,12 +32,13 @@
|
|||||||
<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>
|
||||||
<bundledJreErr>This application was configured to use a bundled Java Runtime Environment but the runtime is missing or corrupted.</bundledJreErr>
|
<bundledJreErr>This application was configured to use a bundled Java Runtime Environment but the runtime is missing or corrupted.</bundledJreErr>
|
||||||
<jreVersionErr>This application requires at least Java Development Kit</jreVersionErr>
|
<jreVersionErr>This application requires at least Java Development Kit</jreVersionErr>
|
||||||
<launcherErr>The registry refers to a nonexistent Java Development Kit installation or the runtime is corrupted.</launcherErr>
|
<launcherErr>The registry refers to a nonexistent Java Development Kit installation or the runtime is corrupted.</launcherErr>
|
||||||
<instanceAlreadyExistsMsg>An application instance is already running.</instanceAlreadyExistsMsg>
|
<instanceAlreadyExistsMsg>An application instance is already running.</instanceAlreadyExistsMsg>
|
||||||
</messages>
|
</messages>
|
||||||
</launch4jConfig>
|
</launch4jConfig>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user