LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: TomHashNL on May 12, 2014, 20:02:05

Title: Cannot find lwjgl_util_applet.jar AppletLoader class
Post by: TomHashNL on May 12, 2014, 20:02:05
When I'm trying to create a web applet with lwjgl even the starter kit presents me with problems. http://sourceforge.net/projects/java-game-lib/files/Official%20Releases/LWJGL%202.9.1/lwjgl_applet-2.9.1.zip/download

The basic folder contains all you need to set it up. But when I do this and access the webserver with the HTML it crashes instantly: ClassNotFoundException (org.lwjgl.util.applet.AppletLoader)

Does this mean the file cannot be found? Does this mean the class cannot be found in the jar?

Has any of you faced such problems?

Thanks in advance.