Libraries--Help!!

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(Unknown Source)
at org.lwjgl.Sys.(Unknown Source)
at BaseApplication.(BaseApplication.java:36)
at BetaGame.(BetaGame.java:35)
at BetaGame.main(BetaGame.java:40)
Exception in thread “main”

what should i do to overcome this problem??

The subject of a thread should be a short description of your problem. Please do this in the future. “!!” and “Help” is completely unnecessary in your subject.

If you want others to solve your problem, you should provide a detailed description of what you want to achieve and how you tried to achieve it. Some information about your environment is also very useful (Xith3D version, OS, …).

This helps you to get a solution much faster and makes it easier for us to understand you. Thanks.

Did you download all the necesary third party files? If you did, did you put them all in the same path as you did with the other libraries that you can see? This error means that the program is not seeing the appropriate library. Change the CLASSPATH, ways of doing it are posted a few posts down, to allow the program to see the jar file.