diff options
author | Mark Spruiell <mes@zeroc.com> | 2009-01-20 11:04:23 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2009-01-20 11:04:23 -0800 |
commit | 989eba360355ac9da1d8814c20b97cebdd54f156 (patch) | |
tree | 723bf5185d307ddc96c5037637047cff1153899a /java | |
parent | bug 2545 - transformdb error handling (diff) | |
download | ice-989eba360355ac9da1d8814c20b97cebdd54f156.tar.bz2 ice-989eba360355ac9da1d8814c20b97cebdd54f156.tar.xz ice-989eba360355ac9da1d8814c20b97cebdd54f156.zip |
bug 3659 - updating applet demo README
Diffstat (limited to 'java')
-rw-r--r-- | java/demo/Ice/applet/README | 12 |
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 |