Sharing a project between Eclipse and Netbeans
问题 Is there a way to share the same *.java files between Netbeans and Eclipse? 回答1: You can import an eclipse project into netbeans, or you can create an eclipse project from existing sources. 回答2: Sharing the Java source files is not the problem - just put them into some source control system, and then import them in both IDEs. Usually the configuration, especially the build process, is the main problem. In practice, the solution is likely that you maintain separate project configuration files