Java installation
Here is a great guide with screenshots how to install Java: http://www.wikihow.com/Install-Java After all steps from the above link are done:
1. Go to Control Panel > System > “Edit the system environment variables” or press Win+Pause and select “Advanced system settings”, edit Path variable: ensure that it contains path to “path_where_java_installed/bin” folder
2. Then open CMD (if it is opened, you should close and reopen CMD)(Start > Run> “cmd”), type “java”, hit enter, you should see Java usage options.
That’s it. Java is installed.
Maven installation
Download Maven from http://maven.apache.org/download.cgi?Preferred=ftp://mirror.reverse.net/pub/apache/ . For example ftp://mirror.reverse.net/pub/apache/maven/maven-3/3.2.1/binaries/apache-maven-3.2.1-bin.tar.gz
1. Export apache-maven-3.2.1-bin.tar somewhere
2. Update Path system variable with the path where tar was exported, eg:
C:\Maven\apache-maven-3.2.1\bin
3. Add new system variable JAVA_HOME with value to your jdk installation, eg:
C:\Program Files\Java\jdk1.7.0_03
Maven is ready.
Here is a great guide with screenshots how to install Java: http://www.wikihow.com/Install-Java After all steps from the above link are done:
1. Go to Control Panel > System > “Edit the system environment variables” or press Win+Pause and select “Advanced system settings”, edit Path variable: ensure that it contains path to “path_where_java_installed/bin” folder
2. Then open CMD (if it is opened, you should close and reopen CMD)(Start > Run> “cmd”), type “java”, hit enter, you should see Java usage options.
That’s it. Java is installed.
Maven installation
Download Maven from http://maven.apache.org/download.cgi?Preferred=ftp://mirror.reverse.net/pub/apache/ . For example ftp://mirror.reverse.net/pub/apache/maven/maven-3/3.2.1/binaries/apache-maven-3.2.1-bin.tar.gz
1. Export apache-maven-3.2.1-bin.tar somewhere
2. Update Path system variable with the path where tar was exported, eg:
C:\Maven\apache-maven-3.2.1\bin
3. Add new system variable JAVA_HOME with value to your jdk installation, eg:
C:\Program Files\Java\jdk1.7.0_03
Maven is ready.