Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
名称空间 javax.servlet.* 无法在 Eclipse 中解析。我正在为 Java EE 开发人员使用 Eclipse + JBoss Tools。
对干净的解决方案有任何想法吗?
检查您的类路径是否包含 servlet-api 的库。它可以在项目目录的 .classpath 文件中看到。它看起来像 classpathentry kind="lib" path="extlib/servlet-api.jar"/