How to make an existing directory into an eclipse project

前端 未结 10 958
[愿得一人]
[愿得一人] 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:47

    My Method:

    I clone this file to new project directory , and rename Project-Name to my project name, after that i import new files and directory from Eclips

    File Name: .project ( Use Notepad for make this file...select Save as type to All Files (*.*) and write file name like: .project )

    
    
        Project-Name
        
        
        
        
        
        
        
    
    

提交回复
热议问题