eaglercraft-builds/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime_opengl.bat

4 lines
177 B
Batchfile
Raw Normal View History

2024-02-14 07:44:40 -08:00
@echo off
title EaglercraftX 1.8 Desktop Runtime (OpenGL)
java -Xmx1G -Xms1G -Djava.library.path=. -cp ./* net.lax1dude.eaglercraft.v1_8.internal.lwjgl.MainClass opengl
pause