views:

387

answers:

3

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/

+1  A: 

You can do it with the paid edition without any problem. You'll see the option to do so when you first open IntelliJ. If it's not there, perhaps they left it out of the community edition.

duffymo
it's not there in the community edition.
bwalliser
I just installed 9.0.1 community edition and tried it, it's there (do "create new project", then it gives you the option of importing from an eclipse model)
weiji
+6  A: 

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.

CrazyCoder
+4  A: 

Use Maven, stop relying on IDEs.

Pascal Thivent