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
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:
Update: also check your Execution enviroment && Workspace JRE are correctly setup.