Hi,
I read a lots of docs, tuto, posts and I can't get an applet to work with lwjgl and eclipse. My last error is:
Exception in thread "Thread-3" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
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:129)
Can somebody give/write me a CLEAR and FUNCTIONAL step by step tutorial (which package to use, which jar to import, etc...)
My steps:
-download lwjgl_applet-2.2.1.zip.
-create jar folder in the project.
*first problem -> by reading this:
http://lwjgl.org/wiki/doku.php/lwjgl/tutorials/applet I dont find some of the jars but a bunch of lzma files.
-I found the apropriates jars and insert them in my jar directory.
-I linked these jar by right clicking my project->properties->java build path->libraries->add jars->select the jars in my jar folder.
-edit (maybe not correctly) like said in the past link.
-edit my code or adapt like here
http://java-game-lib.svn.sourceforge.net/viewvc/java-game-lib/trunk/LWJGL/src/java/org/lwjgl/test/applet/GearsApplet.java?view=markup-try to launch under eclipse: fail (see error below)
Please, help me.
thanks