Last active
October 25, 2015 09:24
-
-
Save maslick/46dfb8800cd93299d04d to your computer and use it in GitHub Desktop.
Install jdk 1.7 and mvn 3 on Ubuntu 14.04 LTS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Install OpenJDK 1.7.0_79 | |
sudo apt-get install default-jdk -y | |
# Install Apache Maven 3.0.5 | |
sudo apt-get install maven -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Install jdk 1.8:
Also ensure your JAVA_HOME variable has been set to: