문제

enter image description here

I checked out a new version of my project from svn and now Java has made the easy thing difficult. I don't know what is wrong and I can't even build the project. What should be done? The code should compile, it's just not being picked up by the IDE.

enter image description here

And I couldn't run it with Java 7 but that might be a different question, now I can't even run it with Java 6 since Eclipse has made the easy thing difficult. Did I do something wrong when I checked out the project from svn? I use xp-dev.com

도움이 되었습니까?

해결책

You checked out the entire repository instead of just one tag. You wanted to check out trunk.

다른 팁

Right click on your src directory that contains your packages and specify Build Path -> Use as source folder and it will set things up properly for you.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top