open existing java project in eclipse

后端 未结 5 1391
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-29 18:10

As one of our dev guy is on vacation, I got his task. The source code is in our svn repository and i got down the java project source. downloaded eclipse 3.3.2 sdk as that w

5条回答
  •  旧巷少年郎
    2020-12-29 18:41

    1. File -> Import -> Existing Project into Workspace
    2. Browse for that directory.

    Alternative: Check out the code in SVN to some folder

    1. Create a new folder in windows
    2. In eclipse File -> switchWorkspace -> newFolderName
    3. close the welcome window in eclipse
    4. In eclipse File -> Import -> Existing project into workspce-> select root dir -> browse and show the svn checkout folder

提交回复
热议问题