eaglercraft-builds/Eaglercraft_1.5_Desktop_Runtime/_start_desktop_runtime.bat

4 lines
249 B
Batchfile
Raw Permalink Normal View History

2024-02-14 07:44:40 -08:00
@echo off
title Eaglercraft 1.5 Desktop Runtime
2024-02-19 16:33:50 -08:00
java -Xmx1G -Xms1G -Dsun.java2d.uiScale=1 -Djava.library.path=. -cp "eaglercraft.jar;lwjgl.jar;lwjgl_util.jar;Java-WebSocket-1.5.1-with-dependencies.jar" net.lax1dude.eaglercraft.MinecraftMain
2024-02-14 07:44:40 -08:00
pause