I'm coding in my current package, and take two packages/project as the dependencies which are named as package-A and package-B.
In package-A, there is an java class: "com.xx.cc.java" and in package-B, there is an same-name java class: "com.xx.cc.java" (fields and function in these two java class are different)
I want to import the "com.xx.cc.java" in package-A, however, eclipse would automatically import the "com.xx.cc.java" in package-B, I'm really boring about it and have no idea.
Is there anyway to specify the package in which I want to import the java class ?
Thanks a lot in advance.