#Configuration Instructions
Windows
-
Install jdk1.8 onto your machine in location C:\Program Files\Java
-
Install Maven and upload folder in location C:\Program Files\
-
Install Ant and upload folder in location C:\Program Files\
-
Download the .jar file for Junit 3.8.1 and drop it in C:\Program Files\apache-ant-1.10.11-bin\apache-ant-1.10.11\lib
-
Update JAVA_HOME user variable to jdk1.8.0*
-
Add the following Path user environmental variables:
C:\Program Files\apache-maven-3.8.2-bin\apache-maven-3.8.2\bin
%JAVA_HOME%
%ANT_HOME%\bin
-
Add a new system variable:
Variable Name: ANT_HOME
Variable Value: C:\Program Files\apache-ant-1.10.11-bin\apache-ant-1.10.11
Linux
TODO
Links
JDK1.8: https://www.oracle.com/java/technologies/downloads/#java8-windows
Maven: https://maven.apache.org/download.cgi
Ant: https://ant.apache.org/bindownload.cgi
Junit 3.8.1: https://repo1.maven.org/maven2/junit/junit/3.8.1/