0

The namespace javax.servlet.* could not be resolved in Eclipse. I'm using Eclipse for Java EE developers + JBoss Tools.

Any idea for a clean solution?

mitchkman
  • 6,201
  • 8
  • 39
  • 67

1 Answers1

0

check that your classpath includes lib for servlet-api. It can be seen in .classpath file in your project directory. It looks like classpathentry kind="lib" path="extlib/servlet-api.jar"/

shreyas
  • 1,360
  • 11
  • 11