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

4 lines
400 B
Batchfile
Raw Normal View History

2024-02-14 07:44:40 -08:00
@echo off
title EaglercraftX 1.8 Desktop Runtime (Vulkan)
2024-02-19 16:33:50 -08:00
java -Xmx1G -Xms1G -Djava.library.path=. -cp "eaglercraft.jar;lwjgl.jar;lwjgl-egl.jar;lwjgl-glfw.jar;lwjgl-jemalloc.jar;lwjgl-openal.jar;lwjgl-opengles.jar;soundsystem-20120107.jar;codecjorbis-20101023.jar;codecwav-20101023.jar;Java-WebSocket-1.5.1-with-dependencies.jar" net.lax1dude.eaglercraft.v1_8.internal.lwjgl.MainClass vulkan
2024-02-14 07:44:40 -08:00
pause