I'm having problems running a lwjgl program using eclipse.
Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
Do I need to specify the library path in the VM? I think I imported the jar correctly, because there are no errors until the program is run.
Thanks!