Click to See Complete Forum and Search --> : No javaSDK on Mandrake


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

carljenkins
08-07-2003, 11:33 PM
nevermind I figured it out.
Had to create symbolic links to java and javac int /usr/bin to get it to work.


Thanks anyway

Admstng
05-08-2005, 05:31 PM
Originally posted by carljenkins
nevermind I figured it out.
Had to create symbolic links to java and javac int /usr/bin to get it to work.


Thanks anyway

what exact files did you link to the bin direcotry??

Thanks,
Adam