Home >Java >Javagetting Started >What is compilation error?

What is compilation error?

藏色散人
藏色散人Original
2020-05-07 09:14:1915155browse

What is compilation error?

What is the compilation error?

Severe: Compilation error

Check the project from svn, you need to configure jdk and tomcat for the project, configure it, and run the project. When the error shown below is reported, check jdk and jre.

What is compilation error?

1. Find the server in the console, find the tomcat where the program is running, double-click to open it, find the Open launch configuration, open

What is compilation error?

2. Find Classpath and check whether the version of jre matches jdk. (If it does not match, please look down)

What is compilation error?

3. Right-click on the project, select Properties, open Java Build Path,

What is compilation error?

4. Follow the steps, find the jdk, click Edit

.What is compilation error?

5. Find the jre that matches the jdk, that's it.

What is compilation error?

Recommended: "java learning"

The above is the detailed content of What is compilation error?. 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
Previous article:How to copy array in javaNext article:How to copy array in java