I was adding maven dependencies to my web application, and when I ran maven > update project, the build path got messed up. It switched my JRE system Library to one that doesn't exist. I ended up fixing that, but still can't get the project to compile.
I'm using java SE 1.7. Using eclipse for java EE developers, with the maven plugin. The Servlet and JSP support should come from the Tomcat server. How can I get this working again?
Please help, this is my senior project and it is due in two days :(