Install the eVe SDK Under IRIX

 

Perform the steps in the section if you are installing the eVe SDK under IRIX.

 

The eVe SDK includes a Java runtime environment (JRE). If your installed JRE is not the same version as the one supplied, we suggest you allow the installation program to install the included JRE to ensure proper functionality. The SDK also includes a set of sample data.

To install the eVe SDK under IRIX:

1. Insert the eVe SDK installation CD into the machine on which you are installing. If you downloaded the eVe SDK from the eVision web site, continue to the next step.

 

2. Start a command line session and change your current directory to installs/IRIX on the CD or to the location where you downloaded eVe.

 

3. Issue the following command:

 

java -cp install.zip install

 

      The installer displays a progress bar and displays the Introduction window.

 

4. Click Next to continue. The License Agreement window appears.

 

5. Read the terms of the license agreement. If you agree to the terms, continue to the next step. If you do not agree to the terms, click Cancel to exit the installation program.

 

6. Select the radio button next to the I accept the terms of the License Agreement and click Next. A window containing important installation information appears.

 

7. Click Next. The Choose Install Folder window appears.

 

8. Enter the path to the directory where you want to install eVe in the Where Would You Like to Install text box. Click Choose... to visually select the installation directory.

 

9. Click Next. The Choose Product Features window appears. Use this window to determine what eVe components to install:

 

 

 

10. Click Next. The Choose Shortcut Folder appears.

 

11. Click the option button that indicates where you want to create application icons (shortcuts).  

 

Note: The installation program does not create shortcut icons for eVe programs on the desktop. See the following section, To add shortcut icons for eVe to the desktop, for instructions on how to do this.

 

12. Click Next. The Important Information window appears.

 

13. Read the information in this window.

 

14. Click Next. The Choose Java Virtual Machine window appears.

 

15. Select the Java Virtual Machine (JVM) you wish to use.

 

 

Or

 

 

 

 

16. Click Install to confirm your selection and install the SDK and JVM. The installer copies the necessary files to your computer and performs some configuration operations. When the install procedure is complete, the Install Complete windows appear.

 

17. Click Next. The System Environment Changed window appears.

 

18. Click Done to exit the installer. After the installation has completed, you might need to edit the Eve.properties file to finish configuring your system. See The eve.properties File section for information about this file.

 

19. To complete the installation, restart your computer or log off and log back in.

 

To add link location icons for eVe to the IRIX desktop

Perform the following steps to add link locations on your desktop for the eVe sample application and uninstall program.

 

1. Start a command line session.

 

2. To create a link location on your desktop for the sample application, type the following in the command line and press Enter:

 

ln path/sample/SampleApp.sh name_of_link_location

 

where

 

 

An example command line for creating a desktop icon for the sample application might read:

 

ln /usr/local/com/evisionglobal/eve/sample/SampleApp.sh eVeSampleApp

 

3. To create a link location on your desktop for the unintsall program, type the following in the command line and press Enter:

 

ln path/Uninstall/Uninstall_eVe3_[eVe_version_info] name_of_link_location

 

where:

 

 

 

 

An example command line for creating a desktop icon for the uninstall program might read:

 

ln usr/local/com/UninstallerData_eVe3_[Source_37_Installer_0901] eVeUninstall