Caused by: java.lang.Error: Unresolved compilation problems:解决办法

Caused by: java.lang.Error: Unresolved compilation problem:
The method replace(char, char) in the type String is not applicable for the arguments (String, String)
解决办法:
原因有很多,解决办法也很多,参考地址:
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)

你可能感兴趣的:(11)