Skip to content

Commit e7fc9a1

Browse files
author
Federico Fissore
committed
Windows: addind -Djna.nosys=true to launcher options. Closes #2301
1 parent 9191442 commit e7fc9a1

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
@@ -45,6 +45,7 @@
4545
<runtimeBits>32</runtimeBits>
4646
<opt>-splash:./lib/splash.png</opt>
4747
<opt>-Dsun.java2d.d3d=false</opt>
48+
<opt>-Djna.nosys=true</opt>
4849
</jre>
4950
<messages>
5051
<startupErr>An error occurred while starting the application.</startupErr>

build/windows/launcher/config_debug.xml

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<path>java</path>
4545
<runtimeBits>32</runtimeBits>
4646
<opt>-Dsun.java2d.d3d=false</opt>
47+
<opt>-Djna.nosys=true</opt>
4748
</jre>
4849
<messages>
4950
<startupErr>An error occurred while starting the application.</startupErr>

0 commit comments

Comments
 (0)