JDK 1.8 needs to be installed and Add ‘JAVA_HOME’ Environment Variable must be set.
- To test Java, go to command prompt and type java -version
- Download and Install Maven 3.x and set MAVEN_HOME to the environment variable.
Note : Visit below url for reference > https://howtodoinjava.com/maven/how-to-install-maven-on-windows/
- To test maven installation, go to the command prompt and type mvn --version