diff options
author | Joe George <joe@zeroc.com> | 2016-03-11 14:59:17 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2016-03-11 14:59:17 -0500 |
commit | e9af3e585117b9aed5e842ef915870a8895ce46b (patch) | |
tree | 6afe2459e615ef01833a29f84c464f249061dbaf /java/BuildInstructions.md | |
parent | Merge branch '3.6' (diff) | |
parent | Update version to 3.6.2 in several md files (diff) | |
download | ice-e9af3e585117b9aed5e842ef915870a8895ce46b.tar.bz2 ice-e9af3e585117b9aed5e842ef915870a8895ce46b.tar.xz ice-e9af3e585117b9aed5e842ef915870a8895ce46b.zip |
Merge remote-tracking branch 'origin/3.6'
Diffstat (limited to 'java/BuildInstructions.md')
-rw-r--r-- | java/BuildInstructions.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/java/BuildInstructions.md b/java/BuildInstructions.md index 3c70f756fe8..73ad9e02b9f 100644 --- a/java/BuildInstructions.md +++ b/java/BuildInstructions.md @@ -106,12 +106,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.6.1 (For local build) + $ export ICE_HOME=/opt/Ice-3.6.2 (For local build) $ export ICE_HOME=/usr (For RPM installation) On Windows: - > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.6.1 + > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.6.2 You will also need to set `CPP_PLATFORM` and `CPP_CONFIGURATION` to much your C++ build configuration in order for gradle o locate the slice2java compiler @@ -157,9 +157,9 @@ The installation installs the following JAR files to `<prefix>/lib`. icediscovery-3.6.1.jar icegrid-3.6.1.jar icegridgui.jar - icelocatordiscovery-3.6.1.jar - icepatch2-3.6.1.jar - icestorm-3.6.1.jar + icelocatordiscovery-3.6.2.jar + icepatch2-3.6.2.jar + icestorm-3.6.2.jar POM files are also installed for ease of deployment to a maven-based distribution system. @@ -171,12 +171,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.1 (For local build) + $ export ICE_HOME=/opt/Ice-3.6.2 (For local build) $ export ICE_HOME=/usr (For RPM installation) On Windows: - > set ICE_HOME=c:\Program Files (x86)\ZeroC\Ice-3.6.1 + > set ICE_HOME=c:\Program Files (x86)\ZeroC\Ice-3.6.2 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: @@ -214,6 +214,6 @@ the JavaScript and WinRT test suites to start the required servers. [1]: https://zeroc.com/download.html -[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.1 +[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.2 [3]: http://gradle.org [4]: http://proguard.sourceforge.net |