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:
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