java - JBoss Tools: javax.servlet.* could not be resolved -


the namespace javax.servlet.* not resolved in eclipse. i'm using eclipse java ee developers + jboss tools.

any idea clean solution?

check classpath includes lib servlet-api. can seen in .classpath file in project directory. looks classpathentry kind="lib" path="extlib/servlet-api.jar"/


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -