Eclipse change project files location

前端 未结 7 694
青春惊慌失措
青春惊慌失措 2020-12-24 01:37

I have an Eclipse project (Flex Builder) of which the actual files have changed location on the drive. When I start Eclipse I can see the project listed but there are no act

7条回答
  •  甜味超标
    2020-12-24 02:15

    You can copy your .classpath and .project files to the root of the new project directory and then choose 'Import...' from the file menu, and select 'General/Existing Projects into Workspace.' In the resulting dialog, locate the root of the new project directory and finish. Make sure that you have deleted the old project from the work space before importing.

提交回复
热议问题