Unbound classpath container in Eclipse

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

    I had the same problem even after installing JDK 1.7. I corrected it by adding the bin directory to my PATH. So I went to

    computer>properties>advanced>environment variables

    and then added

    C:\Program Files\Java\jdk1.7.0_55\bin;

    then I followed these instructions

    http://clean-clouds.com/2012/12/06/how-to-install-and-add-jre7-in-eclipse/

提交回复
热议问题