The article directories
1, JDK 2, Maven 3, Gradle 4
A, the JDK
Two environment variables JAVA_HOME and CLASSPATH need to be configured:
va_home =D:\programs\jdk1.8
p>
%java_home % \>; %JAVA_HOME%\jre\bin;
add classpath:
code> c>path =.; %JAVA_HOME%\lib\dt.jar; %JAVA_HOME% lib\tools.jar
Use java-version and javac-version
determine if the creation was successful
Second, the maven
Increase MAVEN_HOME:
MAVEN_HOME = D: \ apache maven - 3.3.9 code>
in the Path to increase again:
% MAVEN_HOME % \ bin code>
mvn-v
Third, gradle
Increase the GRADLE_HOME = D: \ gradle - 6.7.1 code>
in the path to increase again:
% GRADLE_HOME % \ bin code>
gradle-v
/ code>
Four,
Read More:
- Configuring OpenGL environment with code blocks16.0 in Windows 10
- Problem in configuring Maven error: Java_ HOME not found in your environment.
- JMeter installation and configuration environment variables
- Configure Java environment variables for Ubuntu with Zsh configuration
- A series of problems in configuring OpenGL development environment in vs2015
- Problems encountered in configuring OpenGL development environment in vs2015
- Configuring OpenGL development environment in win10 + vs2015 (including the method of installing 32-bit and 64 bit libraries)
- Configuring OpenGL + glew in windows10 + Visual Studio 2017
- Solve the problem of Python in Windows environment: Fatal error in launcher: Unable to create process using'”‘ in pip installation
- Configuration of OpenGL development environment under Windows environment, win10 + vs2019 + glfw + glad
- Svn warehouse migration in Windows Environment
- Mac clion configuring opencv environment
- Configuring C + + environment with atom under ubuntu1404
- Running course of Kafka in Windows Environment
- Python windows error: [error 3] and common windows error errors
- Configuring OpenGL environment on Mac OS
- Vc2010 configuring OpenGL environment
- CodeBlocks configuring OpenGL environment
- OpenGL development environment configuration [vs2017] + common problems
- Vs2015 configuring OpenGL development environment: configuration of glfw library and glad Library