Importing eclipse projects
Hi all -
I am still learning how to use the Intellij environment so please excuse my ignorance here
Whenever I import an existing eclpse project the best I can do is create the idea project files under the IdeaProjects direcotry.
Intellij bascially links to the eclipse directory. What I would like to do is copy over all the source files from the eclipse project thus creating a brand new project for Intellij.
Is there an import method to do this that I havn't seen?
Thanks!
请先登录再写评论。
Hello Carl,
There is no feature for this in IntelliJ, because you can copy the files
to a new directory using whatever file manager you prefer.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
oh man - feeling dumb sucks
thanks for your help.