what am i doing wrong???

Usually, in eclipse, i just drop the associated dll’s into my project (xith or xith-tk) and things resolve. With the latest cvs pull I am getting this…so iguess the dll is the problem

Exception in thread “main” java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at org.lwjgl.Sys$1.run(Sys.java:62)
at java.security.AccessController.doPrivileged(Native Method)

Go to the menu, where you’ve linked the LWJGL.jar with your project and expand the tree of the jar-link-node. doubleclick the native entry and browse to your dll folder. Click OK and it should be done.

Marvin