Reputation: 109
I know this topic has some questions about it already but none have fixed my problem remotely. My project in eclipse has a small red exclamation point next to it and under markers the problem is: Archive Required for library C:\Users....hamcrest...hamcrest-license..txt cannot be read or is not a valid ZIP file. I have tried deleting all jars from my build path leaving on the java library and dependencies. I have restarted, refreshed, cleaned and attempted building without any success.
Upvotes: 0
Views: 711
Reputation: 6581
I solved this in a project I saw with the following sequence:
This probably means simply removing it from the Eclipse Libraries list for the project and then refreshing / clean building. The above is just the order I happened to execute.
I hope that helps.
Upvotes: 1