summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2010-01-07 12:45:46 -0330
committerDwayne Boone <dwayne@zeroc.com>2010-01-07 12:45:46 -0330
commitb04910c00b465b8189a65b00defb7ee18b9f624c (patch)
tree22a520d4c3c0eeba0480199573c1146256f68384
parentBug 4583 - do not lose CopyLocal setting (diff)
downloadice-b04910c00b465b8189a65b00defb7ee18b9f624c.tar.bz2
ice-b04910c00b465b8189a65b00defb7ee18b9f624c.tar.xz
ice-b04910c00b465b8189a65b00defb7ee18b9f624c.zip
Added Java instruction for 64-bit JVM
-rw-r--r--distribution/src/windows/docs/main/README.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/distribution/src/windows/docs/main/README.txt b/distribution/src/windows/docs/main/README.txt
index 0560256f4e3..f4829780e22 100644
--- a/distribution/src/windows/docs/main/README.txt
+++ b/distribution/src/windows/docs/main/README.txt
@@ -374,6 +374,10 @@ java.library.path, therefore you must add this directory to your PATH.
> set PATH=<Ice installation root directory>\bin;%PATH%
+For a 64-bit JVM use the following setting instead:
+
+ > set PATH=<Ice installation root directory>\bin\x64;%PATH%
+
Ice for Java supports protocol compression using the bzip2 classes
included with ant. Compression is automatically enabled if these
classes are present in your CLASSPATH. You can either add ant.jar to
@@ -392,7 +396,6 @@ To use Ice for Python, you must add Ice bin directory to your PATH and
set PYTHONPATH so that the Python interpreter is able to load the Ice
extension. For a 32-bit Python installation, use these settings:
-
> set PATH=<Ice installation root directory>\bin;%PATH%
> set PYTHONPATH=<Ice installation root directory>\python