Eclipse Package 相关问题

1: 有时候做工程eclipse中开发,可能会应用其他开源程序的包,所以工程包类型不同:

 

 

从cvs上import时候需要改eclipse的.classpath配置;

  <classpathentry kind="src" path="src/dom4j"/>

  <classpathentry kind="src" path="src/mytest"/>

  <classpathentry kind="src" path="src/jivesoftware"/>

 

右击refresh就可以了。

 

你可能感兴趣的:(eclipse)