Home > Java > JavaBase > body text

What should I do if the system cannot find java?

藏色散人
Release: 2019-11-14 10:19:59
Original
5897 people have browsed it

What should I do if the system cannot find java?

What should I do if the system cannot find java?

The system cannot find java.exe error. This error is mostly caused by the jdk path configuration problem and the system environment variable configuration in the Windows environment.

First find the jdk directory where you downloaded and installed it. Copy the jdk top-level directory, which will be used later.

What should I do if the system cannot find java?

Next, right-click on your "Computer", select Properties, open System Properties, and select System Environment Variable Settings.

What should I do if the system cannot find java?

First we add a system variable "JAVA_HOME", the value of the path is the directory path of the interface you just copied.

What should I do if the system cannot find java?

Then add the classpath as shown in the figure. This is the basic package path for jre to load the jdk class file when the program is running.

What should I do if the system cannot find java?

The last step is to add the directory where the jdk bin and other executable files are located to the windows path, so that you can use the command line CMD in any path You can use the command tools in the bin directory of jdk, commonly used javac, java, javadoc, etc.

What should I do if the system cannot find java?

The above is the detailed content of What should I do if the system cannot find java?. 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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!