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)