I am kinda a noob when it comes to interacting with servers. I have been using Eclipse for some time, but only now have I needed to utilize the javax.servlet.* classes. However, when I try to import these into the current class I am working with I get "The import javax.servlet cannot be resolved." I have tried following solutions found on other questions, but they don't seem to work for me. Any help would be much appreciated.
I have looked into the directory where my classes are.. I have javax.(stuff) but not javax.servlet.
Thank you!