Caused by: java.lang.Error: Unresolved compilation problems:解决办法
java eclipse exception    2017-07-19 21:18:39    964   
lightingfire   java eclipse exception
错误信息(我的错误类似,网络copy):

java.lang.Error: Unresolved compilation problems: 
The import javax.servlet.ServletContext cannot be resolved
The import javax.servlet.http.HttpSession cannot be resolved
The import javax.servlet.http.HttpSessionEvent cannot be resolved
The import javax.servlet.http.HttpSessionListener cannot be resolved
HttpSessionListener cannot be resolved to a type
ServletContext cannot be resolved to a type
HttpSessionEvent cannot be resolved to a type
HttpSession cannot be resolved to a type
context cannot be resolved
context cannot be resolved
context cannot be resolved
context cannot be resolved
context cannot be resolved
context cannot be resolved
context cannot be resolved
context cannot be resolved
context cannot be resolved
context cannot be resolved
context cannot be resolved
HttpSessionEvent cannot be resolved to a type
HttpSession cannot be resolved to a type




解决办法:
    原因有很多,解决办法也很多,参考地址:
        http://www.360doc.com/content/12/1015/17/4152160_241639166.shtml
        http://blog.csdn.net/chl033/article/details/4744601
    我的解决办法:
        修改eclipse配置:Properties-->Java Compiler--> Compiler compliance level 为你使用的jdk版本(我的是1.7)

Pre: HttpClient 传输xml字符串

Next: eclipse中的tomcat,代码中创建file获取目录与tomcat单独运行获取目录不同的解决办法


Table of content