Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to convert IntelliJ project to Eclipse?

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

like image 979
Nirmal- thInk beYond Avatar asked Apr 25 '11 17:04

Nirmal- thInk beYond


People also ask

Can you run an IntelliJ project in Eclipse?

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.


1 Answers

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?)

like image 167
uncaught_exceptions Avatar answered Sep 19 '22 10:09

uncaught_exceptions