Qflex Unix Install

6 views
Skip to first unread message

mmalamud

unread,
May 6, 2008, 12:22:06 PM5/6/08
to QFlex
Set JAVA_HOME / PATH for single user
Login to your account and open .bash_profile file
$ vi ~/.bash_profile
Set JAVA_HOME as follows using syntax export JAVA_HOME=<path-to-java>.
If your path is set to /usr/java/jdk1.5.0_07/bin/java, set it as
follows:
export JAVA_HOME=/usr/java/jdk1.5.0_07/bin/java
Set PATH as follows:
export PATH=$PATH:/usr/java/jdk1.5.0_07/bin
Save and close the file. Just logout and login back to see new
changes:
$ echo $JAVA_HOME
$ echo $PATH
Tip: Use the following command to find out exact path to which java
executable under UNIX / Linux:
$ which java

Test to make sure your xserver is configured properly by executing
xterm command.

then execute

java -jar qflex-installer-3.1.7.jar

and follow installer instructions.
Reply all
Reply to author
Forward
0 new messages