我将项目目录移动到另一台计算机,然后我遇到了这个问题:
HTTP ERROR 500
Problem accessing /index.jsp. Reason:
java.lang.Error: Unresolved compilation problems:
The method find(Class, long) in the type Objectify is not applicable for the arguments (Class, Long)
Type mismatch: cannot convert from Object to Usuario
The method delete(Class, long) in the type Objectify is not applicable for the arguments (Class, Long)
Syntax error, parameterized types are only available if source level is 1.5
Syntax error, parameterized types are only available if source level is 1.5
Syntax error, parameterized types are only available if source level is 1.5
Syntax error, parameterized types are only available if source level is 1.5
我已经按照很多指南来解决类似的问题,例如卸载并重新安装我所有的JRE / JDK,但没有任何效果。我不知道该怎么办了。希望有人可以帮我解决这个问题,谢谢!
答案 0 :(得分:2)
您提到了JRE,但Eclipse也具有“编译器合规级别”。是否有可能将其设置为1.4或其他什么?
另一种可能性是您的项目使用的是非标准JRE,即使1.7是默认值。