Hi, Vanchi,
Your application tries to load a native library called liblwjgl.so (Linux) or lwjgl.dll (Windows).
Check to see if this file exists and what it's file permissions are.
This problem most often shows up because the file does not exist, has incorrect file permissions, or can not be located by the JVM.
Under Linux set LD_LIBRARY_PATH.
Under Windows set PATH.