Importing eclipse projects
Hi all -
I have an eclipse project I am trying to import so I go Create New Project > Import project From externa model select Eclpse and hit next.
The I choose the directory of the eclpse project I want. In my case this is a directory called Express with two sub-directories that contain the projects.
I then click Next the two projects show up in the "Select Eclipse projects to import" screen. I click Finish and I get a IDE window that shows my java libraries and nothing else!
What in the world am I doing wrong?
Any help is appreciated - thank you.
请先登录再写评论。
Hello Carl,
Seems that everything you do is right. Could you please send me your .classpath/.project
files?
Thank you
-
Anna Kozlova
JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Hi Anna:
I really appreciate your reply. It must had been something I was doing incorrectly becuase it seems things are working now.
What I did was have to create a project then use the existing project name of Domestic or point IJ to it.
But, I can only do one at a time as I explain below.
I think part of the problem stemmed from the way the projects were organized.
The projets were organized like this:
ShipWebClient
Express
Domestic
ShipWebClient
ShipClinet.java
Domestic MPS
ShipWebClient
ShipClinet.java
Ground
Domestic
ShipWebClient
ShipClinet.java
Domestic MPS
ShipWebClient
ShipClinet.java
International
ShipWebClient
ShipClinet.java
International MPS
ShipWebClient
ShipClinet.java
First IntelliJ didn't like the project structure because it noticed duplicate class names. I thought since they were in differnet modues this wold be ok.