mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-23 23:27:07 +00:00
5 lines
237 B
Batchfile
5 lines
237 B
Batchfile
@echo off
|
|
rem Set following to higher value if you want more memory:
|
|
rem You need 64 bit OS and 64 bit java to set it to higher values
|
|
set MEMORY=1024m
|
|
java -Xmx%MEMORY% -Djna.nosys=true -Dsun.java2d.uiScale=1.0 -jar "%~dp0\ffdec.jar" %* |