Merge pull request #2783 from ffissore/windows-glitch

Attempt to fix glitches introduced by java8 on windows. Fixes #2761
This commit is contained in:
Federico Fissore 2015-03-19 10:21:21 +01:00
commit dcb65d9edd
2 changed files with 3 additions and 1 deletions

View File

@ -33,6 +33,7 @@
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<opt>-splash:./lib/splash.png</opt>
<opt>-Dsun.java2d.d3d=false</opt>
</jre>
<messages>
<startupErr>An error occurred while starting the application.</startupErr>

View File

@ -32,6 +32,7 @@
<minVersion>1.8.0</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<opt>-Dsun.java2d.d3d=false</opt>
</jre>
<messages>
<startupErr>An error occurred while starting the application.</startupErr>