When I try to run the Window test I get the error:
Exception in thread “main” java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1491)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at org.lwjgl.Sys.initialize(Sys.java:129)
at org.lwjgl.Sys.(Sys.java:96)
at org.lwjgl.opengl.Display.(Display.java:93)
at org.lwjgl.test.WindowCreationTest.main(WindowCreationTest.java:55)
When I try to set the classpath using the command:
-Djava.library.path=
I get the error:
-Djava.library.path=: No such file or directory.
I think the command I am using may be incorect but I am not sure. Possibly I am setting the library path incorectly, is there anywhere specific that the initial download has to be extracted to?
If someone could explain what the commands in the instalation guide are ment to be doing I may be able to work out whetyher I am setting things up correctly.