I have one IntelliJ project and I want to open it in Eclipse, so what should I do?
You will need install the Eclipse plugin in IntelliJ in order to see the "Export to Eclipse" menu. Note that this method will not convert your entire project and put it into a new directory. It'll simple add additional files into your existing IntelliJ directory so it will also run when opened in Eclipse.
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?)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With