Revision: 2440
Author: elias_naur
Date: 2006-07-04 03:53:14 -0700 (Tue, 04 Jul 2006)
ViewCVS: http://svn.sourceforge.net/java-game-lib/?rev=2440&view=rev
Log Message:
-----------
Added jars to classpath in applet.html test
Modified Paths:
--------------
trunk/LWJGL/applet/applet.html
Modified: trunk/LWJGL/applet/applet.html
===================================================================
--- trunk/LWJGL/applet/applet.html 2006-07-04 10:52:36 UTC (rev 2439)
+++ trunk/LWJGL/applet/applet.html 2006-07-04 10:53:14 UTC (rev 2440)
@@ -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>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|