HTTP Status 500 - java.lang.ClassNotFoundException: org.apache.jsp.index_jsp

前端 未结 3 1575
死守一世寂寞
死守一世寂寞 2021-01-06 00:28

I made a JSP-Project in Eclipse (with Tomcat 7) but when I run the page, i get an ClassnotFoundExcption.

in my Project i work with Controllers to bind Data to the JS

3条回答
  •  自闭症患者
    2021-01-06 01:11

    For Java-EE projects converted to Maven project with jstl dependency in pom.xml: In my case, I needed to add Maven dependencies to the build path

    Walkthrough:

    • right click the project in question
    • open Properties
    • click on Deployment Assembly
    • click Add
    • select Java Build Path Entries
    • select Maven dependencies

    Update: also check your Execution enviroment && Workspace JRE are correctly setup.

提交回复
热议问题