mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
Windows: specifying that the need JRE has to be 32bit
This commit is contained in:
parent
2ea9073d9f
commit
7d09a12184
@ -30,8 +30,8 @@
|
||||
<jre>
|
||||
<path>java</path>
|
||||
<minVersion>1.8.0</minVersion>
|
||||
<maxVersion></maxVersion>
|
||||
<jdkPreference>preferJre</jdkPreference>
|
||||
<runtimeBits>32</runtimeBits>
|
||||
<opt>-splash:./lib/splash.png</opt>
|
||||
<opt>-Dsun.java2d.d3d=false</opt>
|
||||
</jre>
|
||||
|
@ -30,8 +30,8 @@
|
||||
<jre>
|
||||
<path>java</path>
|
||||
<minVersion>1.8.0</minVersion>
|
||||
<maxVersion></maxVersion>
|
||||
<jdkPreference>preferJre</jdkPreference>
|
||||
<runtimeBits>32</runtimeBits>
|
||||
<opt>-Dsun.java2d.d3d=false</opt>
|
||||
</jre>
|
||||
<messages>
|
||||
|
Loading…
x
Reference in New Issue
Block a user