Migrating From NetBeans to Eclipse

后端 未结 6 1726
甜味超标
甜味超标 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:49

    I found another easier way that worked for me at least since I had problems importing the Ant build script due to a missing javac.

    Say you have your Netbeans project (src, build, dist etc) in D:/blah/

    enter image description here

    In Eclipse go to File->New->Java Project

    Uncheck 'Use default location' and instead use the path where the Netbeans project is (D:/blah/) Eclipse should automatically populate everything else and link to the files as well.

    enter image description here

提交回复
热议问题