How to create a project from existing source in Eclipse and then find it?

前端 未结 11 1839
难免孤独
难免孤独 2020-11-28 01:50

I have created several .java files. All of them are located in one directory. I used a text editor to write these files. Now I want to switch to Eclipse. How can I do it? I

11条回答
  •  春和景丽
    2020-11-28 02:22

    Follow this instructions from standard eclipse docs.

    1. From the main menu bar, select command link File > Import.... The Import wizard opens.
    2. Select General > Existing Project into Workspace and click Next.
    3. Choose either Select root directory or Select archive file and click the associated Browse to locate the directory or file containing the projects.
    4. Under Projects select the project or projects which you would like to import.
    5. Click Finish to start the import.

提交回复
热议问题