diff options
Diffstat (limited to 'applet')
-rw-r--r-- | applet/build.xml | 1 | ||||
-rw-r--r-- | applet/jinput.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/applet/build.xml b/applet/build.xml index f05355e..3f0416d 100644 --- a/applet/build.xml +++ b/applet/build.xml @@ -29,6 +29,7 @@ <target name="dist" depends="jar"> <copy todir="dist"> <fileset dir="../webstart/dist/"/> + <fileset file="jinput.html"/> </copy> </target> diff --git a/applet/jinput.html b/applet/jinput.html index f18fe34..bff91da 100644 --- a/applet/jinput.html +++ b/applet/jinput.html @@ -10,7 +10,7 @@ deployJava.setInstallerType('kernel'); // include any required packages as shown below deployJava.setAdditionalPackages('javax.swing, javax.xml'); - deployJava.runApplet({codebase:"file:/C:/code/workspace/jinput/applet/dist/", + deployJava.runApplet({codebase:".", archive:"jinput.jar,jinput-test.jar,jinput-applet-test.jar", code:"net.java.games.input.applet.test.ControllerReadTestApplet", width:"320", Height:"400"}, null, "1.4.2"); </script> |