Unbound classpath container in Eclipse

后端 未结 13 940
后悔当初
后悔当初 2020-11-29 19:49

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 resolv
13条回答
  •  [愿得一人]
    2020-11-29 20:51

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

    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!

提交回复
热议问题