Unbound classpath container in Eclipse

The Problem:
============
I have checked out a project using Subversive for Eclipse and I am getting the following errors:
The project cannot be built until build path errors are resolved Unbound classpath container: ‘JRE System Library[jdk1.6.0_22]’

The Solution:
=============
Go to Eclipse -> Preferences, under Java select “Installed JREs” and check one of the boxes to specify a default JRE. Click OK and then go back to your project’s properties. Go to the “Java Build Path” section and choose the “Libraries” tab. Remove the unbound System Default library, then click the “Add Library” button. Select “JRE System Library” and you should be good to go!

Leave a comment