Reputation: 69
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!
Upvotes: 2
Views: 13855
Reputation: 21
Check this thread, it worked for me. It's also in the actual specs for downloading.
Getting 'java.lang.UnsatisfiedLinkError': no lwjgl in java.library.path
Installing with Eclipse - http://lwjgl.org/wiki/index.php?title=Setting_Up_LWJGL_with_Eclipse
Upvotes: 2