I am trying to run a java project in Eclipse Kepler. The product works fine on another machine, and I used git clone and Import to load the project on my current computer.
However, when loading the project, I received an error:
The project was not created due to "Resource Parent: / Users / adam /.../ mockup / bin is marked as read-only." Fix the problem, then try updating this project and creating it, as it may be an inconsistent layout. Unknown Java issue
How to solve this problem?
source share