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

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

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -