How to convert IntelliJ project to Eclipse?

Nirmal- thInk beYond picture Nirmal- thInk beYond · Apr 25, 2011 · Viewed 46.7k times · Source

I have one IntelliJ project and I want to open it in Eclipse, so what should I do?

Answer

uncaught_exceptions picture uncaught_exceptions · Apr 25, 2011

There is an export to eclipse option in Intellij Under file menu.

This option will generate you the necessary .project and .classpath files that will be used by eclipse. Personally, I would remove any IDE dependencies using some dependency management systems like Maven or Apache IVY. ( Is system the right term?)