Home  >  Article  >  Java  >  Why does eclipse installation fail?

Why does eclipse installation fail?

藏色散人
藏色散人Original
2019-10-16 17:21:4420438browse

Why does eclipse installation fail?

Why does the eclipse installation fail?

The failure of eclipse installation may be caused by not configuring environment variables.

Before installing Eclipse, you need to install the corresponding version of JDK first, and then configure the environment variables:

1. Select "My Computer", select "Properties", "Advanced System Settings", in Under "Advanced" options, select "Environment Variables".

2. Select "Edit" in "System Variables", enter the variable name "JAVA_HOME" in the displayed interface, and configure the path of the variable to the installation path of jdk.

3. Select the "path" variable in "System Variables" and introduce the "JAVA_HOME" variable into the "path" variable: %JAVA_HOME%. Note that the path needs to be defined in the bin directory.

Recommended: "Java Tutorial"

The above is the detailed content of Why does eclipse installation fail?. 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