diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-05-03 18:28:04 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-05-03 18:28:04 +0200 |
commit | 9cd4736682f76b22eb3e7e947a73171df2c86c32 (patch) | |
tree | e013fab8900b9ba58a8b85de106c97d5c5330ee2 /java-compat/BuildInstructions.md | |
parent | Merge remote-tracking branch 'origin/3.7' (diff) | |
download | ice-9cd4736682f76b22eb3e7e947a73171df2c86c32.tar.bz2 ice-9cd4736682f76b22eb3e7e947a73171df2c86c32.tar.xz ice-9cd4736682f76b22eb3e7e947a73171df2c86c32.zip |
Updated version to 3.7.0
Diffstat (limited to 'java-compat/BuildInstructions.md')
-rw-r--r-- | java-compat/BuildInstructions.md | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/java-compat/BuildInstructions.md b/java-compat/BuildInstructions.md index 2e40ae77b85..a1fb5a780fe 100644 --- a/java-compat/BuildInstructions.md +++ b/java-compat/BuildInstructions.md @@ -64,12 +64,12 @@ 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.7b0 (For local build) + $ export ICE_HOME=/opt/Ice-3.7.0 (For local build) $ export ICE_HOME=/usr (For RPM installation) On Windows: - > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.7b0 (MSI installation) + > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.7.0 (MSI installation) On Windows if you are using Ice for C++ from a source distribution, you must set the `CPP_PLATFORM` and `CPP_CONFIGURATION` environment variables to match the @@ -107,16 +107,16 @@ To install Ice for Java in the directory specified by the `prefix` variable in The installation installs the following JAR files to `<prefix>/lib`. - glacier2-compat-3.7.0-beta0.jar - ice-compat-3.7.0-beta0.jar - icebox-compat-3.7.0-beta0.jar - icebt-compat-3.7.0-beta0.jar - icediscovery-compat-3.7.0-beta0.jar - icegrid-compat-3.7.0-beta0jar + glacier2-compat-3.7.0.jar + ice-compat-3.7.0.jar + icebox-compat-3.7.0.jar + icebt-compat-3.7.0.jar + icediscovery-compat-3.7.0.jar + icegrid-compat-3.7.0jar icegridgui.jar - icelocatordiscovery-compat-3.7.0-beta0.jar - icepatch2-compat-3.7.0-beta0.jar - icestorm-compat-3.7.0-beta0jar + icelocatordiscovery-compat-3.7.0.jar + icepatch2-compat-3.7.0.jar + icestorm-compat-3.7.0jar POM files are also installed for ease of deployment to a Maven-based distribution system. @@ -128,12 +128,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.7b0 (For local build) + $ export ICE_HOME=/opt/Ice-3.7.0 (For local build) $ export ICE_HOME=/usr (For RPM installation) On Windows: - > set ICE_HOME=C:\Program Files\ZeroC\Ice-3.7b0 + > set ICE_HOME=C:\Program Files\ZeroC\Ice-3.7.0 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: |