Home  >  Article  >  Java  >  Detailed explanation of JDK and MAVEN environment construction examples

Detailed explanation of JDK and MAVEN environment construction examples

零下一度
零下一度Original
2017-07-23 18:06:151482browse

JDK configuration

CLASSPATH
.;%JAVA_HOME%\lib;%JAVA_HOME%\lib\tools.jar
 
JAVA_HOME
D:\Java\jdk1.8.0_31
 
path
%JAVA_HOME%\bin
%JAVA_HOME%\jre\bin

Verify, successful

MAVEN Configuration

MAVEN_HOME
E:\apache-maven-3.3.9
 
path
%MAVEN_HOME%\bin

Verify, successful

The above is the detailed content of Detailed explanation of JDK and MAVEN environment construction examples. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn