How to make an existing directory into an eclipse project

前端 未结 10 952
[愿得一人]
[愿得一人] 2020-12-04 10:52

I have a project I am working on. I have decided to try working with it in Eclipse. There is already a directory, under version control where all the code resides. I am havi

10条回答
  •  一生所求
    2020-12-04 11:33

    Hope this link answers the original question of this thread.

    http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Ftasks%2Ftasks-45.htm

    Creating linked resources

    Folders and files can be linked to locations in the file system outside of the project's location. These special folders and files are called linked resources.

    To create a linked folder:

    1. In one of the navigation views, right-click the project or folder where you want to create the linked folder.

    2. From the pop-up menu, select command link New > Folder.

    3. Specify the name of the folder as it will appear in the workbench. This name can be different from the name of the folder in the file system.

    4. Click Advanced.

    5. Check Link to alternate location (Linked Folder).

    6. Enter a file system path, or click Browse to select a folder in the file system.

    7. Click Finish.

提交回复
热议问题