Home > Java > javaTutorial > body text

Detailed explanation of JDK and MAVEN environment construction examples

零下一度
Release: 2017-07-23 18:06:15
Original
1626 people have browsed it

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
Copy after login

Verify, successful

MAVEN Configuration

MAVEN_HOME
E:\apache-maven-3.3.9
 
path
%MAVEN_HOME%\bin
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template