Java development environment construction - MOOC Network

1. Install JDK;

Second, configure the environment variables:

  1. JAVA_HOME: Configure the JDK installation path;

  2. PATH: Configure the location of the JDK command file (the location of the bin directory);

  3. CLASSPATH: Configure the location of the class library file (the location of the lib directory);

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324436335&siteId=291194637
Recommended