I am trying to build a Jar of my project to use with APITrace(trying to find rendering problem) but double clicking the jar doesn’t open it. So I tried running it through a cmd prompt and I get the following error:
FullSize: http://puu.sh/pdQ2v/059ae54fd0.png
http://puu.sh/pdQ2v/059ae54fd0.png
Note: The image also shows directory with natives.
I tried adding the following to the first line of my static void main(String… args) method:
Configuration.LIBRARY_PATH.set(new File("libs/LWJGL 3.0.0b/native").getAbsolutePath());