summaryrefslogtreecommitdiff
path: root/java/BuildInstructions.md
diff options
context:
space:
mode:
Diffstat (limited to 'java/BuildInstructions.md')
-rw-r--r--java/BuildInstructions.md28
1 files changed, 14 insertions, 14 deletions
diff --git a/java/BuildInstructions.md b/java/BuildInstructions.md
index 0021a2afa58..45ea986ca5e 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.0 (For local build)
+ $ export ICE_HOME=/opt/Ice-3.6.1 (For local build)
$ export ICE_HOME=/usr (For RPM installation)
On Windows:
- > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.6.0
+ > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.6.1
Before building Ice for Java, review the settings in the file
`gradle.properties` and edit as necessary.
@@ -174,16 +174,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`.
- freeze-3.6.0.jar
- glacier2-3.6.0.jar
- ice-3.6.0.jar
- icebox-3.6.0.jar
- icediscovery-3.6.0.jar
- icegrid-3.6.0.jar
+ freeze-3.6.1.jar
+ glacier2-3.6.1.jar
+ ice-3.6.1.jar
+ icebox-3.6.1.jar
+ icediscovery-3.6.1.jar
+ icegrid-3.6.1.jar
icegridgui.jar
- icelocatordiscovery-3.6.0.jar
- icepatch2-3.6.0.jar
- icestorm-3.6.0.jar
+ icelocatordiscovery-3.6.1.jar
+ icepatch2-3.6.1.jar
+ icestorm-3.6.1.jar
POM files are also installed for ease of deployment to a maven-based
distribution system.
@@ -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.0 (For local build)
+ $ export ICE_HOME=/opt/Ice-3.6.1 (For local build)
$ export ICE_HOME=/usr (For RPM installation)
On Windows:
- > set ICE_HOME=c:\Program Files (x86)\ZeroC\Ice-3.6.0
+ > set ICE_HOME=c:\Program Files (x86)\ZeroC\Ice-3.6.1
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:
@@ -238,6 +238,6 @@ 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.0
+[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.1
[3]: http://gradle.org
[4]: http://proguard.sourceforge.net