Monday, August 3, 2015

Installing the JDK and maven on Ubuntu Server


This worked for me:

sudo apt-get install maven

sudo apt-get install openjdk-7-jdk


Or was it in the opposite order?


Reference:
http://askubuntu.com/questions/117189/apt-get-install-openjdk-7-jdk-doesnt-install-javac-why

No comments:

Post a Comment