summaryrefslogtreecommitdiff
path: root/java/BuildInstructions.md
diff options
context:
space:
mode:
Diffstat (limited to 'java/BuildInstructions.md')
-rw-r--r--java/BuildInstructions.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/java/BuildInstructions.md b/java/BuildInstructions.md
index a0b4b21ecc6..c1a89f73ebd 100644
--- a/java/BuildInstructions.md
+++ b/java/BuildInstructions.md
@@ -102,12 +102,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.7a3 (For local build)
+ $ export ICE_HOME=/opt/Ice-3.7a4 (For local build)
$ export ICE_HOME=/usr (For RPM installation)
On Windows:
- > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.7a3 (MSI installation)
+ > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.7a4 (MSI installation)
On Windows if you are using Ice for C++ from a source distribution, you must
set `CPP_PLATFORM` and `CPP_CONFIGURATION` environment variables to match the
@@ -145,15 +145,15 @@ 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-3.7a3.jar
- ice-3.7a3.jar
- icebox-3.7a3.jar
- icediscovery-3.7a3.jar
- icegrid-3.7a3.jar
+ glacier2-3.7a4.jar
+ ice-3.7a4.jar
+ icebox-3.7a4.jar
+ icediscovery-3.7a4.jar
+ icegrid-3.7a4.jar
icegridgui.jar
- icelocatordiscovery-3.7a3.jar
- icepatch2-3.7a3.jar
- icestorm-3.7a3.jar
+ icelocatordiscovery-3.7a4.jar
+ icepatch2-3.7a4.jar
+ icestorm-3.7a4.jar
POM files are also installed for ease of deployment to a maven-based
distribution system.
@@ -165,12 +165,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.7a3 (For local build)
+ $ export ICE_HOME=/opt/Ice-3.7a4 (For local build)
$ export ICE_HOME=/usr (For RPM installation)
On Windows:
- > set ICE_HOME=C:\Program Files\ZeroC\Ice-3.7a3
+ > set ICE_HOME=C:\Program Files\ZeroC\Ice-3.7a4
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: