显示myecplise下面的.classpath

显示myecplise下面的.classpath_第1张图片

 

<classpath>
    <classpathentry kind="src" path="base"/>
    <classpathentry kind="src" path="domain"/>
    <classpathentry kind="src" path="hosting"/>
    <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/webservices/xfire-all-1.2.6.jar"/>
    <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/webservices/XmlSchema-1.1.jar"/>
    <classpathentry kind="con" path="melibrary.com.genuitec.eclipse.j2eedt.core.MYECLIPSE_JAVAEE_5_CONTAINER"/>
    <classpathentry kind="output" path="WebRoot/WEB-INF/classes"/>
</classpath>

其中src为source filer里面的文件,lib为jar包,下面为编译的路径

你可能感兴趣的:(显示myecplise下面的.classpath)