I get an error in the Eclipse console when trying to run a first person camera using LWJGL & Java.
"Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path"
I did include the jar's for libraries and I did add the VM argument -Djava.library.path=C:\lwjgl-2.5\native\windows\
Please help.