You are missing the built-in libraries.
As described in this link https://www.lwjgl.org/guide , you need to configure java.library.path to the location of the native library.
I downloaded the library and copied the HelloWorld code in the link above to HelloWorld.java inside the directory where I extracted the library.
,
/HelloWorld.java
/build.txt
/doc
/jar
/native
/src.zip
HelloWorld.java,
( linux : -classpath jar/*:.)
javac -classpath jar/*;. HelloWorld.java
Run
java -classpath jar/*;. -Djava.library.path=native HelloWorld
.
*
https://www.lwjgl.org/download (Download Release.)
eclipse , . :

, Jar.
lwjgl.jar > > edit > > .


