Whats up with this?

Started by Temp_Holder, November 20, 2005, 00:38:00

Previous topic - Next topic

Temp_Holder

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?

Matzon


Temp_Holder