MyEclipse javaweb项目求教

错误1:Description Resource Path Location Type
The project was not built since its build path is incomplete. Cannot find the class file for java.time.LocalDate. Fix the build path then try building this project book Unknown Java Problem
错误2:Description Resource Path Location Type
The type java.time.LocalDate cannot be resolved. It is indirectly referenced from required .class files BorrowDAO.java /book/src/com/dao line 36 Java Problem
请问要怎么修改?

你执行什么的时候出现的问题?

Java版本的问题吧
http://blog.sina.com.cn/s/blog_ae96abfd0101qbq0.html

Java.time.LocalDate是java8里面新加入的,你看看你的java版本是多少