Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am getting this error:

Description Resource Path Location Type Archive for required library: 'src/Program.java' in project 'Home' cannot be read or is not a valid ZIP file Home Build path Build Path Problem

enter image description here

enter image description here

What is causing this error and how do I fix it?

share|improve this question

4 Answers

up vote 2 down vote accepted

Please follow the navigation as below:

Right Click(project) -> Java Build Path ->Libraries

Fix all the entries there with red cross mark in the front. You also may want to remove them and add them fresh using remove and add button in the right of the wizard.

share|improve this answer
Can you look to my edit post because I don`t know what I have to edit here – Rafael - Junior MVC Developer Nov 1 '12 at 18:48

Can you check, if src/Program.java is not among your libraries entries (Java Build Path ->Libraries)? There, you should include only jar files and directories, not source (.java) files.

share|improve this answer
I added new picture to my post. – Rafael - Junior MVC Developer Nov 1 '12 at 18:49
Right Click on Project -> Properties -> Java Build Path -> Libraries -> remove struts.xml
share|improve this answer

I was with the same problem. For solve it I removed the problematic lib and I added it again

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.