Fix linux issue on 1.8 desktop runtime
This commit is contained in:
parent
b7e384d01c
commit
5bf6193b1e
Binary file not shown.
|
@ -1,2 +1,3 @@
|
|||
#!/bin/sh
|
||||
export LD_LIBRARY_PATH=$(pwd):$LD_LIBRARY_PATH
|
||||
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:webrtc-java-0.8.0.jar:UnsafeMemcpy.jar" net.lax1dude.eaglercraft.v1_8.internal.lwjgl.MainClass hide-renderdoc
|
|
@ -1,2 +1,3 @@
|
|||
#!/bin/sh
|
||||
export LD_LIBRARY_PATH=$(pwd):$LD_LIBRARY_PATH
|
||||
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:webrtc-java-0.8.0.jar:UnsafeMemcpy.jar" net.lax1dude.eaglercraft.v1_8.internal.lwjgl.MainClass opengl hide-renderdoc
|
|
@ -1,2 +1,3 @@
|
|||
#!/bin/sh
|
||||
export LD_LIBRARY_PATH=$(pwd):$LD_LIBRARY_PATH
|
||||
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:webrtc-java-0.8.0.jar:UnsafeMemcpy.jar" net.lax1dude.eaglercraft.v1_8.internal.lwjgl.MainClass opengles hide-renderdoc
|
|
@ -1,2 +1,3 @@
|
|||
#!/bin/sh
|
||||
export LD_LIBRARY_PATH=$(pwd):$LD_LIBRARY_PATH
|
||||
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:webrtc-java-0.8.0.jar:UnsafeMemcpy.jar" net.lax1dude.eaglercraft.v1_8.internal.lwjgl.MainClass vulkan hide-renderdoc
|
Binary file not shown.
Loading…
Reference in New Issue