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!