Link Error

Hey  guys does anyone know why i would get this error, I pretty sure i set the build paths correctly but who knows.



java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path

at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)

at java.lang.Runtime.loadLibrary0(Runtime.java:822)

at java.lang.System.loadLibrary(System.java:992)

at org.lwjgl.Sys$1.run(Sys.java:72)

at java.security.AccessController.doPrivileged(Native Method)

at org.lwjgl.Sys.doLoadLibrary(Sys.java:65)

at org.lwjgl.Sys.loadLibrary(Sys.java:81)

at org.lwjgl.Sys.<clinit>(Sys.java:98)

at org.lwjgl.opengl.Display.<clinit>(Display.java:103)

at com.jme.system.lwjgl.LWJGLPropertiesDialog.<init>(LWJGLPropertiesDialog.java:148)

at com.jme.app.AbstractGame.getAttributes(AbstractGame.java:191)

at com.jme.app.BaseGame.start(BaseGame.java:49)

at mactur.MacTurbulence.main(MacTurbulence.java:115)

natives are missing (dll/so/jnilib) - add the lib folder to java.library.path. Either with your IDE configuration (e.g. in eclipse you can add natives to a jar in classpath of a project) or with the command line switch -Djava.library.path=./lib

Nice one its working now!



I already did what you said so i just did everthing again from scratch and bam! It worked!