Ubuntu – Javac package is missing

javajdk

I have installed the JDK package using $sudo apt-get install java-1.7.0-openjdk-devel. But now when I am running javac, it is giving the error message "Command not found". I am working from Ubuntu Gnome.

Best Answer

Try this: sudo apt-get install openjdk-7-jdk

Related Question