summaryrefslogtreecommitdiff
path: root/java/README.md
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2021-02-15 09:51:16 -0500
committerJoe George <joe@zeroc.com>2021-02-15 09:51:16 -0500
commit38cecfcf83521167b5db553da1c05612d88923cb (patch)
tree315efc136af6ba7550ea5894cdb185858aac3b8e /java/README.md
parentSupport for Ruby 3.0 (Fixes #1257) (#1258) (diff)
downloadice-38cecfcf83521167b5db553da1c05612d88923cb.tar.bz2
ice-38cecfcf83521167b5db553da1c05612d88923cb.tar.xz
ice-38cecfcf83521167b5db553da1c05612d88923cb.zip
Update version to v3.8.0
Diffstat (limited to 'java/README.md')
-rw-r--r--java/README.md26
1 files changed, 13 insertions, 13 deletions
diff --git a/java/README.md b/java/README.md
index ac9865a7a76..ad59cc2aa5a 100644
--- a/java/README.md
+++ b/java/README.md
@@ -130,7 +130,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.5
+set ICE_HOME=C:\Program Files\ZeroC\Ice-3.8.0
```
If you are using Ice for C++ from a source build on Windows, you must set
@@ -172,16 +172,16 @@ gradlew install
The following JAR files will be installed to `<prefix>/lib`.
```
-glacier2-3.7.5.jar
-ice-3.7.5.jar
-icebox-3.7.5.jar
-icebt-3.7.5.jar
-icediscovery-3.7.5.jar
-icegrid-3.7.5.jar
+glacier2-3.8a0.jar
+ice-3.8a0.jar
+icebox-3.8a0.jar
+icebt-3.8a0.jar
+icediscovery-3.8a0.jar
+icegrid-3.8a0.jar
icegridgui.jar
-icelocatordiscovery-3.7.5.jar
-icessl-3.7.5.jar
-icestorm-3.7.5.jar
+icelocatordiscovery-3.8a0.jar
+icessl-3.8a0.jar
+icestorm-3.8a0.jar
```
POM files are also installed for ease of deployment to a Maven-based
@@ -194,13 +194,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.5 (For local build)
+export ICE_HOME=/opt/Ice-3.8.0 (For local build)
export ICE_HOME=/usr (For RPM installation)
```
On Windows:
```
-set ICE_HOME=C:\Program Files\ZeroC\Ice-3.7.5
+set ICE_HOME=C:\Program Files\ZeroC\Ice-3.8.0
```
Python is required to run the test suite. To run the tests, open a command
@@ -308,7 +308,7 @@ can start the IceGrid GUI tool by double-clicking the IceGrid GUI icon in
Finder.
[1]: https://zeroc.com/downloads/ice
-[2]: https://doc.zeroc.com/ice/3.7/release-notes/supported-platforms-for-ice-3-7-5
+[2]: https://doc.zeroc.com/ice/3.7/release-notes/supported-platforms-for-ice-3-8-0
[3]: https://gradle.org
[4]: http://proguard.sourceforge.net
[5]: https://commons.apache.org/proper/commons-compress/