Eclispe JSP 'your web application project must be configured to use a JDK in order to use JSPs

Source: Internet
Author: User

 

Many experts may not solve this problem, but I think it is still necessary for beginners to study this problem for a while, so I recorded it.

 

Problem description:

After you add a JSP file to the eclipse program, the entire project will report such an error.

 

 

 

Cause:

By default, the compiling environment of eclipse is JRE, but JRE does not contain the compiler. Only JDK carries the compiler. So JDK must be used as the installed JRE of your project.

 

 

Solution:

1. Select preferences under the window menu

 

 

 

2. on Java-installed JRE, select Add, select standard JVM, and select the JDK directory. Select JDK as the preferred choice for installed JRE.

 

 

 

 

The error disappears.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.