Return to site

Install maven for mac

broken image

OSĪppend the string “ C:\Program Files\Java\jdk1.7.0.60\bin” to the end of the system variable, Path. Set the environment variable JAVA_HOME to C:\Program Files\Java\jdk1.7.0_60Īppend Java compiler location to System Path. Set the JAVA_HOME environment variable to point to the base directory location where Java is installed on your machine. We are assuming Java 1.7.0.60 as installed version for this tutorial. If you do not have Java installed, install the Java Software Development Kit (SDK) from. Java HotSpot(TM) 64-Bit Server VM (build 24.60-b09, mixed mode) Java(TM) SE Runtime Environment (build 1.7.0_60-b19) Let's verify the output for all the operating systems − OS

broken image

Open console and execute the following java command. Step 1 - Verify Java Installation on your Machine Maven is a Java based tool, so the very first requirement is to have JDK installed on your machine.