Accusys ExaSAN A12S2-PS User Manual
Page 47

3. Installation
User Guide
Page 3-17
PS: To change the OS default JAVA path, open a terminal window on the desktop, and
enter the following commands:
# vi /etc/profile
Insert the following context description into /etc/profile.
(Replace the correct Java version that you installed in the following.):
export JAVA_HOME="/usr/java/jre1.6.0_14"
export JRE_HOME="$JAVA_HOME/jre"
export PATH="$JAVA_HOME/bin":$PATH:
export CLASSPATH=.:"$JAVA_HOME/lib": "$JRE_HOME/lib":
Example:
# reboot