Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.19 KB

Installing-Java.md

File metadata and controls

27 lines (21 loc) · 1.19 KB

Installing the Java 8 JDK

You need the Java Development Kit (JDK) in order to use Maven. To download and install the Java JDK, follow these instructions:

  1. Visit http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
  2. Under 'Java SE Development Kit 8u(version)', select Accept License Agreement, then select the platform of your choice.
Windows:
jdk-8u(version)-windows-x64.exe

Linux:
jdk-8u(version)-linux-x64.tar.gz

Mac:
jdk-8u(version)-macosx-x64.dmg
  1. Follow the install instructions for your specific platform:
  1. You might also need to set the JAVA_HOME variable. If Maven fails to run or if Maven indicates a JDK is missing (or JAVA_HOME is not set), follow these instructions: