I've got this error message when I compiled a Java file :
error: package javax.servlet does not exist
I installed a big .SH file for Jave EE SDK, a Java version gives me this:
java version "1.7.0_10"
Java(TM) SE Runtime Environment (build 1.7.0_10-b18)
Java HotSpot(TM) 64-Bit Server VM (build 23.6-b04, mixed mode)
Do I need to install something else?
I am using Tomcat 7 as a Servlet Container located in /Library/Tomcat/
and simple text editor with the command line.