After importing the Maven project into eclipse, I am getting a lot of the following errors:
Access restriction: The type Resource is not accessible due to restriction on required library /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/classes.jar
The solution is the following:
- Go to Project->Properties->Java Build Path
- Select the JRE System Library -> click Edit
- Select Workspace default JRE:
Why would I use Eclipse, when there is the IDEA community edition? ;-)
ReplyDelete@skleinei I can think of some reasons ...
ReplyDelete@Jonas Bandi: What would be the top 3 reasons?
ReplyDelete1. Eclipse being used at most clients I have been working with. I have never been working with a client that was using IDEA.
ReplyDelete2. Plugins
3. Responsiveness (this is a subjective impression on my MacBook)
Thank you, helped a lot
ReplyDelete