Using both Eclipse and NetBeans on the same project

前端 未结 8 1040
忘掉有多难
忘掉有多难 2021-01-31 15:42

Eclipse is a really great editor, which I prefer to use, but the GUI design tools for Eclipse are lacking. On the other hand, NetBeans works really well for GUI design.

8条回答
  •  深忆病人
    2021-01-31 16:20

    Define your project dependencies with Maven, and use it to generate project configuration files for both Netbeans and Eclipse.

    Try to keep separate classes directories for Eclipse and Netbeans, since Eclipse doesn't like it when external tools touch its classes.

提交回复
热议问题