(using eclipse) java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path

13,814

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

Share:
13,814
user2155333
Author by

user2155333

Updated on June 25, 2022

Comments

  • user2155333
    user2155333 almost 2 years

    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!