summaryrefslogtreecommitdiff
path: root/java/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'java/README.md')
-rw-r--r--java/README.md28
1 files changed, 14 insertions, 14 deletions
diff --git a/java/README.md b/java/README.md
index b700d5fc57e..6a21cd2f470 100644
--- a/java/README.md
+++ b/java/README.md
@@ -126,7 +126,7 @@ export ICE_HOME=/usr
On Windows with an MSI installation:
```
set ICE_BIN_DIST=cpp
-set ICE_HOME=C:\Program Files\ZeroC\Ice-3.7.2
+set ICE_HOME=C:\Program Files\ZeroC\Ice-3.7.3
```
If you are using Ice for C++ from a source build on Windows, you must set
@@ -168,17 +168,17 @@ gradlew install
The following JAR files will be installed to `<prefix>/lib`.
```
-glacier2-3.7.2.jar
-ice-3.7.2.jar
-icebox-3.7.2.jar
-icebt-3.7.2.jar
-icediscovery-3.7.2.jar
-icegrid-3.7.2.jar
+glacier2-3.7.3.jar
+ice-3.7.3.jar
+icebox-3.7.3.jar
+icebt-3.7.3.jar
+icediscovery-3.7.3.jar
+icegrid-3.7.3.jar
icegridgui.jar
-icelocatordiscovery-3.7.2.jar
-icepatch2-3.7.2.jar
-icessl-3.7.2.jar
-icestorm-3.7.2.jar
+icelocatordiscovery-3.7.3.jar
+icepatch2-3.7.3.jar
+icessl-3.7.3.jar
+icestorm-3.7.3.jar
```
POM files are also installed for ease of deployment to a Maven-based
@@ -191,13 +191,13 @@ C++ distribution. If you have not built Ice for C++ in this source distribution
then you must set the `ICE_HOME` environment variable with the path name of your
Ice installation. On Unix:
```
-export ICE_HOME=/opt/Ice-3.7.2 (For local build)
+export ICE_HOME=/opt/Ice-3.7.3 (For local build)
export ICE_HOME=/usr (For RPM installation)
```
On Windows:
```
-set ICE_HOME=C:\Program Files\ZeroC\Ice-3.7.2
+set ICE_HOME=C:\Program Files\ZeroC\Ice-3.7.3
```
Python is required to run the test suite. To run the tests, open a command
@@ -318,7 +318,7 @@ can start the IceGrid GUI tool by double-clicking the IceGrid GUI icon in
Finder.
[1]: https://zeroc.com/distributions/ice
-[2]: https://doc.zeroc.com/display/Rel/Supported+Platforms+for+Ice+3.7.2
+[2]: https://doc.zeroc.com/display/Rel/Supported+Platforms+for+Ice+3.7.3
[3]: https://gradle.org
[4]: http://proguard.sourceforge.net
[5]: https://commons.apache.org/proper/commons-compress/