Unbound classpath container in Eclipse

后端 未结 13 970
后悔当初
后悔当初 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:47

    I got the Similar issue while importing the project.

    The issue is you select "Use an execution environment JRE" and which is lower then the libraries used in the projects being imported.

    There are two ways to resolve this issue:

    1.While first time importing the project:

    in JRE tab select "USE project specific JRE" instead of "Use an execution environment JRE".
    

    2.Delete the Project from your work space and import again. This time:

    select "Check out as a project in the workspace" instead of "Check out as a project configured using the new Project Wizard"
    

提交回复
热议问题