Migrating From NetBeans to Eclipse

后端 未结 6 1723
甜味超标
甜味超标 2020-12-15 17:05

My company wants to migrate to Eclipse, I was wondering what options besides an Ant build are there to move our projects from Netbeans to Eclipse.

6条回答
  •  無奈伤痛
    2020-12-15 17:42

    in MY PERSONAL experience, it was easy. I was migrating a java desktop app from netbeans to eclipse. Just copy my projects into the workspace, create the project in eclipse as a new java project and put the same name of the project in netbeans (use your workspace as location). It will recognize the project structure ( Eclipse Helios, Netbeans 6.8 )

    Hope this helps. I don't know how hard it turns if you have another kind of project.

提交回复
热议问题