Author Message
Brandon94
Joined: Aug 30, 2018
Messages: 5
Offline
Hi All,

Having issues with a build path not due to a missing java utility.

Hoping someone has seen this before and can help out with some recommendations.

I have tried cleaning the project, reconfiguring the build path and lost of other numerous methods from the forums.

Description Resource Path Location Type
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 Menu_Main Unknown Java Problem

Description Resource Path Location Type
The type java.util.Map$Entry cannot be resolved. It is indirectly referenced from required .class files UCMCDNTransfer.java /Menu_Main/WEB-INF/src/flow line 1 Java Problem

Above are the 2 errors.

Any help would be appreciated.

Thanks,
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
Check the project Properties->Java Build Path/Libraries and see if the reference to JRE System Library is missing by accident. If so, you can try adding JRE System Library back.
Brandon94
Joined: Aug 30, 2018
Messages: 5
Offline
Hi Wilson,

Thank you for the quick reply.

I currently have a JRE system library [jre1.8.0_162]

Is it feasible to remove this library and then re-add the library?

Thanks,

Brandon
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
You can try. You really need to play around with it.
Brandon94
Joined: Aug 30, 2018
Messages: 5
Offline
Hi Wilson,

I think my issue is that I am running version 3.5.1 of Eclipse and our Virtual environment has been updated to run on JRE 1.8 which I think is a compatibility issue.

Your thoughts?

Thanks,
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
Typically new Java versions are backward compatible. Ecliipse 3.5 is a bit too old. I can't say for sure what's going on.
Go to:   
Mobile view