Open the Terminal
Prepend sudo if logged in as not-privileged user, ie.
sudo nano
nano /etc/profile
- Press 'i' to get in insert mode
add following :
export JAVA_HOME="path that you found" export PATH=$JAVA_HOME/bin:$PATH
- logout and login again, reboot, or use
source /etc/profile
to apply changes immediately in your current shell
No comments:
Post a Comment