Issue
I am trying to run a java project in Eclipse Kepler. The product runs fine on another machine, and I used git clone
and Import
to load the project on my current machine.
However, upon loading the project, I received the error:
The project was not built due to "Parent of resource: /Users/adam/.../mockup/bin is marked as read-only.". Fix the problem, then try refreshing this project and building it since it may be inconsistent mockup Unknown Java Problem
How can this issue be resolved?
Solution
Adam, I had the same issue and solved by granting write access to my workspace folder. Some hints of how doing that in linux can be found at: Change read/write access of a folder in Ubuntu Linux
Answered By - Alberto Biasao