Cannot find the class file for javax.servlet.ServletContext.

当eclipse中导入的Java Project的时候,往往会碰到各种各样的问题,下面是个典型的问题:

Cannot find the class file for javax.servlet.ServletContext.


如何解决该问题:

方案1. Project---》Properties--》Libraries 中添加 
Tomcat中的 serverlet-api.jar


方案2. 添加配置tomcat服务器到Java Project中

你可能感兴趣的:(java)