您好我正在使用eclipse Mars并且我生成了以下消息错误:
Caused by: java.lang.Error: Unresolved compilation problems
The import java.time cannot be resolved
LocalDateTime cannot be resolved to a type
LocalDateTime cannot be resolved
我只想解决问题我认为我应该使用JDK 8,但我不知道在eclipse中使用它。
答案 0 :(得分:0)
确保选中Build automatically
并清除。如果它不起作用,请重新启动Eclipse并再次执行。