Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Establish a SSH connection to the Solaris machine or log in on the text console. You should either log in as root or obtain root permissions after login via su or sudo command.
  2. Be sure your system meets the Installation Prerequisites , and then install the following applications:
    1. Install Java Development Kit (JDK)

    2. Install Apache Ant on Solaris (required for running the samples)

    3.  Install Apache Maven (required only if you want to build the product from the source code ; not required if you are downloading and extracting the binary archive file)Install Apache ActiveMQ (required for running the JMS or run samples)

Installing the product

...

1. In your home directory, open the BASHRC file in your favorite text editor, such as vi, emacs, pico, or mcedit.

2. Add Assuming you have JDK 1.6.0_25 installed, add the following two lines at the bottom of the file, replacing /usr/java/jdk1.6.0_25 with the actual directory where the JDK is installed.

...