I have a Java solution that needs to include servlet-api.jar in my classpath.
It works if I copy the servlet-api.jar from my tomcat folder to the project folder. But when I upgrade to Java7, the servlet-api.jar is a new version and will need to be replaced.
Is there anyway I can get around this issue? I don't think I can point it directly to my tomcat folder on my local development machine...