diff options
author | Jose <jose@zeroc.com> | 2019-07-22 10:15:26 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-07-22 10:15:26 +0200 |
commit | 026ffd63e404100926323bc4d77274637655d090 (patch) | |
tree | 7a9960c28b35cc5284450db409ada01b5f4587a4 /java/README.md | |
parent | Merge remote-tracking branch 'origin/3.7' into swift (diff) | |
download | ice-026ffd63e404100926323bc4d77274637655d090.tar.bz2 ice-026ffd63e404100926323bc4d77274637655d090.tar.xz ice-026ffd63e404100926323bc4d77274637655d090.zip |
Update Ice version to 3.7.3
Diffstat (limited to 'java/README.md')
-rw-r--r-- | java/README.md | 28 |
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/ |