Added jars to classpath in applet.html test

This commit is contained in:
Elias Naur 2006-07-04 10:53:14 +00:00
parent cfe79394e6
commit d3a7f46995
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<html>
<body>
<applet code="org.lwjgl.test.applet.AppletTest" archive="lwjgl_applet.jar,lwjgl.jar,res.jar,lwjgl_util.jar,lwjgl_fmod3.jar,lwjgl_devil.jar" width="640" height="480">
<applet code="org.lwjgl.test.applet.AppletTest" archive="lwjgl_applet.jar,lwjgl_util_applet.jar,lwjgl.jar,res.jar,lwjgl_util.jar,lwjgl_fmod3.jar,lwjgl_devil.jar,natives.jar" width="640" height="480">
<param name="test" value="org.lwjgl.test.applet.OpenGL">
</applet>
</body>