I am trying to write a simple java applet program, but it seems that I am missing a class definition javax.servlet.*.
Using:
- Apple snow
- eclipse Java EE ide
Do I need to add a specific JAR file to my project, and if so, which one?
I have Macports installed in case one of the ports can be useful.
source
share