Install JDK 1.8
- Mac : http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
- Windows : https://docs.oracle.com/javase/8/docs/technotes/guides/install/install_overview.html
Set maven
Follow instructions in https://maven.apache.org/install.html
- Download maven and install it to file /usr/local/
- Set environment variable:
- Go to terminal and go to java home: echo $JAVA_HOME
- ls -la
- Edit file: .bash_prodile
- Add the following maven path to the file
Maven Path
#MAVEN export PATH=/usr/local/apache-maven-3.5.2/bin:$PATH