如果有两个包:
org.web.lib.nodes;
org.nodelist.web.lib;
这两个包中含有相同的类Node.class,要引入指定的包中的类,则可在eclipse中的:
工程右键->properties->Java
Build Path->Order and Export->选中指定的包,用up/down来调整导入顺序,即可。
如果有两个包:
org.web.lib.nodes;
org.nodelist.web.lib;
这两个包中含有相同的类Node.class,要引入指定的包中的类,则可在eclipse中的:
工程右键->properties->Java
Build Path->Order and Export->选中指定的包,用up/down来调整导入顺序,即可。