Eclipse “this compilation unit is not on the build path of a java project”

前端 未结 24 2974
故里飘歌
故里飘歌 2020-12-08 03:41

I can\'t get autocompletion to work on Eclipse.

I\'m working on the project on svn. I set up project in Eclipse by going into

File -> Import -> Checkout As

24条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-08 04:06

    What I did to make one of my projects to check out properly is by

    1) Import your project from svn

          file-->import-->SVN-Checkout Projects From SVN
    

    2) Find your Project and then in the "Check Out As" dialogue make sure you have the radio button selected "Check out as a project configured using the New Project Wizard"

    3) Go through regular steps.

    The wizard pulls the project properly and then setups your eclipse....

    without using the wizard I find that all hell breaks loose.....

    Hope this helps...

提交回复
热议问题