I have the basic (how do I check exactly what I have?) Eclipse version 3.3.
I am trying to get it to remove the squiggly red error lined from my import statements that try to import the servlet libraries like this:
import javax.servlet.http.HttpServlet;
What is the best way to do that? I think it is just not configured to know where the Tomcat libs are.
I tried to follow this example: How do I import the javax.servlet API in my Eclipse project? but I think my version of Eclipse is pretty different than the example assumes. I couldn't find the servers view to tell it to use Tomcat.
I use Ubuntu.