views:

140

answers:

1

I recently switched from Eclipse to NetBeans (although I don't have any current Eclipse projects lying around that I have easy access to), but a lot of people that I work with (and even my department at school) use Eclipse as their primary IDE.

Are there any known catches to using NetBeans with projects made by others in Eclipse? How about things that might interfere with someone using Eclipse from importing one of my projects?

Thanks.

+3  A: 

Eclipse projects are not compatible with Netbeans one.

Having said so, you can easily have both project configurations on the same folder (or SCM system). So you could easily integrate them. That is especially true if you have plain Java projects (not Java EE). With Java EE things are a little bit more complicated.

Pablo Santa Cruz