Skip to content
Snippets Groups Projects
Commit c9609612 authored by Gianfranco Palumbo's avatar Gianfranco Palumbo Committed by Robert J. Moore
Browse files

add instructions to install java via yum/apt-get

parent 637531b3
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,10 @@ and get the url to download the rpm into your server. For example:
wget http://download.oracle.com/otn-pub/java/jdk/7u40-b43/jdk-7u40-linux-x64.rpm?AuthParam=11232426132 -o jdk-7u40-linux-x64.rpm
rpm -Uvh jdk-7u40-linux-x64.rpm
Or install via yum/apt-get
sudo yum install java-devel
Download MVN from http://maven.apache.org/download.cgi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment