UNDER CONSTRUCTION
Download and install Java JDK
${renderedContent}
Quick Links to:
Download and Install Java JDK
- Go to the Oracle Java SE download site. Scroll down until you reach the Java SE section.
- Click on Previous Releases site. Scroll down until you reach the Java SE section.
- Select Java SE 6.
- Scroll down to and select Java SE Development Kit 6u27 .
- Accept the License Agreement.
- From the list of Product / File Description, select the desired JDK and download it to your workstation.
NOTE: Before the download begins, Oracle will require you to either log in using an existing Oracle account or you will have to create a new Oracle account.
and select either Maven 2.2.1 (Binary tar.gz) or Maven 2.2.1 (Binary zip). Select a Mirror and save the downloaded file on your workstation.
- Unzip/untar the binaries to a new folder (e.g. c:\maven\2.2.1).
- Add the path to the Maven bin directory to the system PATH environment variable. For example: add c:\maven\2.2.1\bin to the PATH environment variable.
- Verify the Maven installation by opening a CMD window and typying the command line: mvn --version. If everything is correct, something similar to the following should be displayed: