summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--java/demo/Ice/applet/README12
1 files changed, 9 insertions, 3 deletions
diff --git a/java/demo/Ice/applet/README b/java/demo/Ice/applet/README
index c5edfad259f..dbf2e18ff20 100644
--- a/java/demo/Ice/applet/README
+++ b/java/demo/Ice/applet/README
@@ -6,16 +6,22 @@ keystore.
The demo includes a start page (hello.html) that you will need to
publish on a web server. This page assumes that the demo applet is
stored in a fully self-contained archive named Hello.jar. In order to
-create a fully self-contained JAR file, you must build the applet
+create this fully self-contained JAR file, you must build the applet
with ProGuard in your CLASSPATH. After a successful build, copy
Hello.jar from this subdirectory to the same directory as hello.html
on your web server.
+NOTE: We recommend using ProGuard 4.3 or later.
+
If you did not build the applet with ProGuard in your CLASSPATH, the
Hello.jar archive contains only the applet classes. In this case you
must modify the start page to add Ice.jar to the applet's ARCHIVE
-parameter. Alternatively, you can add ProGuard to your CLASSPATH and
-rebuild the applet with the following commands:
+parameter:
+
+ <param name = "archive" value = "Ice.jar, Hello.jar">
+
+Alternatively, you can add ProGuard to your CLASSPATH and rebuild the
+applet with the following commands:
ant clean
ant