Quote:
Originally posted by caps_phisto
You may need to setup your PATH variable.
To do so:
1. In a terminal type (Make sure you are in your home directory):
2. Find the line that looks like:
Code:
PATH=$PATH:$HOME/bin
3. Edit that like to look like:
Code:
PATH=$PATH:$HOME/bin:<path to where you installed java here>/bin
That may fix the problem...
|
so i saved it so it looked like this:
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin:/usr/share/java/bin
export PATH
unset USERNAME
then tried again. same thing. there isnt a bin file in the java folder though. should there be one?