Skip to content

Commit a3f01a0

Browse files
authored
Merge pull request #5097 from facchinm/jna_refix
Windows: addind -Djna.nosys=true to launcher options
2 parents 7fa975d + 76029ae commit a3f01a0

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)