How can I set JAVA_HOME on Ubuntu 14.04?
How can I set JAVA_HOME on Ubuntu 14.04? There are two common places where you can put the JAVA_HOME variable: ~/.bashrc ~/.profile The difference is that the first file is run when you start a terminal. This makes sense because most programs that you need to use when you program in Java are command line … Continue reading How can I set JAVA_HOME on Ubuntu 14.04?