I am having big problems compiling java servlets. As far as I can see, I've done everything I need to do, I've installed Tomcat 7 correctly, and Tomcat is working. As I understand, I need to add servlet.jar package to my classpath.
I've done this, by editing the classpath environment variables:
CLASSPATH=C:\Program Files\Apache Software Foundation\Tomcat 7.0\lib\servlet-api.jar
Unfortunately, still no luck, I can't compile java servlets, and I am still get warnings about missing symbols for javax.servlets.
I am using Window 7. Any ideas?