diff options
Diffstat (limited to 'java-compat/BuildInstructions.md')
-rw-r--r-- | java-compat/BuildInstructions.md | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/java-compat/BuildInstructions.md b/java-compat/BuildInstructions.md index 3321f176185..488d24ca7bd 100644 --- a/java-compat/BuildInstructions.md +++ b/java-compat/BuildInstructions.md @@ -66,12 +66,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 @@ -106,15 +106,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.7a3jar + glacier2-3.7a4.jar + ice-3.7a4.jar + icebox-3.7a4.jar + icediscovery-3.7a4.jar + icegrid-3.7a4jar icegridgui.jar - icelocatordiscovery-3.7a3.jar - icepatch2-3.7a3.jar - icestorm-3.7a3jar + icelocatordiscovery-3.7a4.jar + icepatch2-3.7a4.jar + icestorm-3.7a4jar POM files are also installed for ease of deployment to a maven-based distribution system. @@ -126,12 +126,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: |