Sharing a project between Eclipse and Netbeans

后端 未结 5 575
孤独总比滥情好
孤独总比滥情好 2020-12-20 14:13

Is there a way to share the same *.java files between Netbeans and Eclipse?

5条回答
  •  不思量自难忘°
    2020-12-20 14:48

    In the ideal case you have your code stored in a version controlled repository (SVN, CVS, etc.). Then it is not as big of a factor whether you are using Eclipse or Netbeans.

提交回复
热议问题