Hey I am having a little problem, Iam creating a test window for LWJGL, I get this info straight from the Nehe LWJGL source it compiles good and all the jar files are "imported" but I get this lil bugger when I try to run
Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.libr
ary.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:992)
at org.lwjgl.Sys.<clinit>(Sys.java:61)
at org.lwjgl.opengl.Display.<clinit>(Display.java:96)
at Test1.createWindow(Test1.java:127)
at Test1.init(Test1.java:147)
at Test1.run(Test1.java:56)
at Test1.main(Test1.java:47)
Press any key to continue...
whats going on?
I just added an entry to the faq, it's probably the #1 error :)
http://lwjgl.org/wiki/doku.php/lwjgl/faq#i_keep_getting_an_java.lang.unsatisfiedlinkerrorno_lwjgl_in_java.library.path
Cool thanks