carljenkins
08-07-2003, 08:40 PM
I am trying to get java sdk to run on Mandrake9.0. I have done this pleanty of times on Redhat and it works just fine. So I can not figure out what I am doing wrong here
Below is the contents of my .bash_profile does this look ok?
Any suggestions or help is appreciated..!
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
unset USERNAME
export JAVA_HOME=/usr/java/j2sdk1.4.2
export PATH=$JAVA_HOME/bin:$PATH
Below is the contents of my .bash_profile does this look ok?
Any suggestions or help is appreciated..!
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
unset USERNAME
export JAVA_HOME=/usr/java/j2sdk1.4.2
export PATH=$JAVA_HOME/bin:$PATH