Skip to content

Commit 76029ae

Browse files
committed
Windows: addind -Djna.nosys=true to launcher options
reapply patch arduino#2301 this patch got lost with f6546ae and its partial revert 98eb1a9 Should fix arduino#5092
1 parent 7fa975d commit 76029ae

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build/windows/launcher/config.xml

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
<runtimeBits>32</runtimeBits>
5858
<opt>-splash:"%EXEDIR%/lib/splash.png"</opt>
5959
<opt>-Dsun.java2d.d3d=false</opt>
60+
<opt>-Djna.nosys=true</opt>
6061
<opt>-DAPP_DIR="%EXEDIR%"</opt>
6162
</jre>
6263
<versionInfo>

build/windows/launcher/config_debug.xml

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
<path>java</path>
5757
<runtimeBits>32</runtimeBits>
5858
<opt>-Dsun.java2d.d3d=false</opt>
59+
<opt>-Djna.nosys=true</opt>
5960
<opt>-DAPP_DIR="%EXEDIR%"</opt>
6061
<opt>-DDEBUG=true</opt>
6162
</jre>

0 commit comments

Comments
 (0)