While I try to set java path on ~./bashrc file i exported like:
~./bashrc
PATH=/usr/local/jdk1.6.0/bin export PATH
which I guess makes a
You can always run commands with absolute paths, like
/bin/cp /etc/skel/.bashrc .bashrc