I got this
java.lang.NoClassDefFoundError: Could not initialize class org.lwjgl.Sys
at org.newdawn.slick.GameContainer.getTime(GameContainer.java:424)
at org.newdawn.slick.GameContainer.<init>(GameContainer.java:96)
at org.newdawn.slick.AppletGameContainer$Container.<init>(AppletGameContainer.java:196)
at org.newdawn.slick.AppletGameContainer.init(AppletGameContainer.java:91)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
I know it means that I dont have it included, here is my applet code:
<applet code="org.newdawn.slick.AppletGameContainer" archive="slickapplet.jar,slick.jar,lwjgl.jar" width="640" height="480">
<param name="game" value="MyGame">
</applet>
thx in advance