hi,
im just starting to pick up lwjgl and have a problem and cant find the HELP I CANT DO XYZ" topic so heres my problem

im using eclipse i have added the complete lwjgl to the project and can access the methods/classes but any time i compile any code i get this runtime error
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:73)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
at org.lwjgl.Sys.loadLibrary(Sys.java:95)
at org.lwjgl.Sys.<clinit>(Sys.java:112)
at org.lwjgl.opengl.Display.<clinit>(Display.java:135)
at MouseTest.setDisplayMode(MouseTest.java:138)
at MouseTest.setupDisplay(MouseTest.java:117)
at MouseTest.initialize(MouseTest.java:106)
at MouseTest.executeTest(MouseTest.java:165)
at MouseTest.main(MouseTest.java:427)
however i did once get a different error about not finding plugins folder but cant replicate it again

i am using the source code from thuis demo 1:1 :http://java-game-lib.svn.sourceforge.net/viewvc/java-game-lib/trunk/LWJGL/src/java/org/lwjgl/test/input/MouseTest.java?view=markup&content-type=text%2Fvnd.viewcvs-markup&pathrev=HEAD
can anyone help im desperate to get making games with java
any help appreciated and sorry for the wrong post placement

-James