Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ Community Edition - How to import an Eclipse project?

There seems to be no eclipse support in the IntelliJ Community Edition. Do you know a smart way to import an eclipse project into IntelliJ Community Edition?

See also http://blogs.jetbrains.com/idea/2009/10/intellij-idea-open-sourced/

like image 756
trunkc Avatar asked Dec 30 '22 13:12

trunkc


2 Answers

Please see the IntelliJ IDEA Editions Comparison. Eclipse project interoperability is listed as available for both editions. It's not available in the first preview release because of the bug in our build subsystem. The updated build with Eclipse import support will be published later today. Sorry for the inconvenience.

like image 153
CrazyCoder Avatar answered Jan 04 '23 17:01

CrazyCoder


Use Maven, stop relying on IDEs.

like image 39
Pascal Thivent Avatar answered Jan 04 '23 17:01

Pascal Thivent