Unbound classpath container in Eclipse

I had a similar problem when I recreated my workspace that was fixed in the following way:

In Eclipse, go to Window -> 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