diff options
author | Joe George <joe@zeroc.com> | 2016-04-08 09:46:21 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2016-04-08 09:46:21 -0400 |
commit | 2a89e7cdccecda313bfe2f5a4595a066cb15d208 (patch) | |
tree | e1d54638b77633e8306e635fe8ce1a8cf3394920 /java/BuildInstructions.md | |
parent | Reworked log file archiving entry (diff) | |
download | ice-2a89e7cdccecda313bfe2f5a4595a066cb15d208.tar.bz2 ice-2a89e7cdccecda313bfe2f5a4595a066cb15d208.tar.xz ice-2a89e7cdccecda313bfe2f5a4595a066cb15d208.zip |
Update Ice version to 3.6.3
Diffstat (limited to 'java/BuildInstructions.md')
-rw-r--r-- | java/BuildInstructions.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/java/BuildInstructions.md b/java/BuildInstructions.md index e5e3e16079d..3fc75b0a4a6 100644 --- a/java/BuildInstructions.md +++ b/java/BuildInstructions.md @@ -141,12 +141,12 @@ have not built Ice for C++ in this source distribution, you must set the `ICE_HOME` environment variable with the path name of your Ice installation. For example, on Unix: - $ export ICE_HOME=/opt/Ice-3.6.2 (For local build) + $ export ICE_HOME=/opt/Ice-3.6.3 (For local build) $ export ICE_HOME=/usr (For RPM installation) On Windows: - > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.6.2 + > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.6.3 Before building Ice for Java, review the settings in the file `gradle.properties` and edit as necessary. @@ -176,7 +176,7 @@ The installation installs the following JAR files to `<prefix>/lib`. freeze-3.6.2.jar glacier2-3.6.2.jar - ice-3.6.2.jar + ice-3.6.3.jar icebox-3.6.2.jar icediscovery-3.6.2.jar icegrid-3.6.2.jar @@ -195,12 +195,12 @@ 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.6.2 (For local build) + $ export ICE_HOME=/opt/Ice-3.6.3 (For local build) $ export ICE_HOME=/usr (For RPM installation) On Windows: - > set ICE_HOME=c:\Program Files (x86)\ZeroC\Ice-3.6.2 + > set ICE_HOME=c:\Program Files (x86)\ZeroC\Ice-3.6.3 Python is required to run the test suite. To run the tests, open a command window and change to the top-level directory. At the command prompt, execute: |