I've been trying to setup the patched LWJGL3 in 1.8.9 but I get some errors.
The errors consist of:
I'm using Maven to manage dependencies, and I have tried using the Maven library for LWJGL without success. For this one the lwjgl-2.9.1.jar is stored locally.
If there is something missing lmk!
FIXED!
The errors consist of:
Code:
[21:00:41] [main/ERROR]: The jar file C:\Users\Daprian\Documents\TestLWJGLlwjgl-2.9.1.jar has a security seal for path org.lwjgl.opengl, but that path is defined and not secure
[21:00:41] [main/ERROR]: The jar file C:\Users\Daprian\Documents\TestLWJGL\lwjgl-2.9.1.jar has a security seal for path org.lwjgl, but that path is defined and not secure
[21:00:41] [main/ERROR]: The jar file C:\Users\Daprian\Documents\TestLWJGL\lwjgl-2.9.1.jar has a security seal for path org.lwjgl.input, but that path is defined and not secure
I'm using Maven to manage dependencies, and I have tried using the Maven library for LWJGL without success. For this one the lwjgl-2.9.1.jar is stored locally.
If there is something missing lmk!
FIXED!
Last edited: