Get the eclipse that you just can run, immediately want to hit the code, but the creation of a project after the creation of jsp page error = =!
- The error content is probably the lack of the corresponding jar package.
- We often use Tomcat as an intermediate, and he is a corresponding jar package with the development JSP Web site, checking to see if there are any configured tomcat settings selected when creating the Tomcat and new project in Eclipse. And I don't have the option to configure Tomcat in Eclipse.
- First step, select Project –> Properties
- Under Java Build Path, click Add Library.
- Select Server Runtime and click the Next button
- Select the tomcat settings configured in Eclipse, click Finsh
- Found our project more Apache Tomcat v7.0 Library, this is just the error, there is no.
- Of course, if you start a new project at the beginning, select the settings that have been configured for Tomcat in Eclipse, this error will not occur.
- Now you can go on with your JSP tour!
Just create a new Dynamic Web site project, creating a JSP page error