2

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!

Scott Solmer
  • 3,871
  • 6
  • 44
  • 72
user2155333
  • 69
  • 1
  • 1
  • 9
  • 1
    possible duplicate of [When I run the .jar, I get a "No lwjgl in java.library.path" error](http://stackoverflow.com/questions/6588799/when-i-run-the-jar-i-get-a-no-lwjgl-in-java-library-path-error) – Scott Solmer Oct 16 '13 at 23:36
  • You need to link the native files to your program as well. – vallentin Oct 17 '13 at 00:09

1 Answers1

2

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

Community
  • 1
  • 1
yoehoehne
  • 21
  • 2