Note that there are some explanatory texts on larger screens.

plurals
  1. PORunning Spring3 tutorial Build error
    text
    copied!<p>I am doing a Spring3 tutorial. i downloaded the code from <a href="http://viralpatel.net/blogs/2010/11/spring3-mvc-hibernate-maven-tutorial-eclipse-example.html" rel="nofollow">this tutorial</a>. When i try to run it i get the following errors; I think i might be missing 1 or 2 Jar files. Can someone help me by pointing which Jar file i need to install and the link to do so.</p> <blockquote> <p>Description Resource Path Location Type Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" contact.jsp /Spring3HibernateMaven/src/main/webapp/WEB-INF/jsp line 3 JSP Problem</p> <p>Description Resource Path Location Type Can not find the tag library descriptor for "http://www.springframework.org/tags" contact.jsp /Spring3HibernateMaven/src/main/webapp/WEB-INF/jsp line 1 JSP Problem</p> <p>Description Resource Path Location Type Can not find the tag library descriptor for "http://www.springframework.org/tags/form" contact.jsp /Spring3HibernateMaven/src/main/webapp/WEB-INF/jsp line 2 JSP Problem</p> </blockquote> <h2>2nd Error</h2> <blockquote> <p>Description Resource Path Location Type</p> <p>Description Resource Path Location Type Autowired cannot be resolved to a type ContactController.java /Spring3HibernateMaven/src/main/java/net/viralpatel/contact/controller line 19 Java Problem</p> <p>Description Resource Path Location Type BindingResult cannot be resolved to a type ContactController.java /Spring3HibernateMaven/src/main/java/net/viralpatel/contact/controller line 33 Java Problem</p> <p>Description Resource Path Location Type Entity cannot be resolved to a type Contact.java /Spring3HibernateMaven/src/main/java/net/viralpatel/contact/form line 9 Java Problem</p> </blockquote> <p>There are 2 types of errors here, can some one help me resolve it.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload