vote up 1 vote down star
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.

flag

1 Answer

vote up 2 vote down check

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.