Saturday 23 January 2016

Getting Config Build Path Error in Eclipse indigo (Java 8)




We are getting the below two error while configure the build path

1) The project was not built since its build path is incomplete. Cannot find the class file for java.util.Map$Entry. Fix the build path then try building this project.

2) The type java.util.Map$Entry cannot be resolved. It is indirectly referenced from required .class files.



Solution :

Please check the our eclipse version is support the Java 8 or not.

Eclipse Kepler and Luna versions are have in built Java 8 version. So we can use these Eclipse version for Java 8.

No comments:

Post a Comment