mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-15 09:09:00 +00:00
-Djna.nosys=true
This commit is contained in:
@@ -394,6 +394,7 @@
|
||||
<runtimeBits>64/32</runtimeBits>
|
||||
<maxHeapPercent>${max.heap.size.percent}</maxHeapPercent>
|
||||
<opt>-Djava.net.preferIPv4Stack=true</opt>
|
||||
<opt>-Djna.nosys=true</opt>
|
||||
</jre>
|
||||
<splash>
|
||||
<file>graphics/splash.bmp</file>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
@echo off
|
||||
java -Xmx1024m -jar "%~dp0\ffdec.jar" %*
|
||||
java -Xmx1024m -Djna.nosys=true -jar "%~dp0\ffdec.jar" %*
|
||||
Reference in New Issue
Block a user