您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

.classpath 955B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <classpath>
  3. <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
  4. <classpathentry kind="src" path="antadapter"/>
  5. <classpathentry kind="src" path="batch"/>
  6. <classpathentry kind="src" path="codeassist"/>
  7. <classpathentry kind="src" path="compiler"/>
  8. <classpathentry kind="src" path="dom"/>
  9. <classpathentry kind="src" path="eval"/>
  10. <classpathentry kind="src" path="formatter"/>
  11. <classpathentry kind="src" path="model"/>
  12. <classpathentry kind="src" path="search"/>
  13. <classpathentry kind="lib" path="/lib/junit/junit.jar"/>
  14. <classpathentry exported="true" kind="lib"
  15. path="/lib/eclipse2.0/jdtDepends.jar" sourcepath="/lib/eclipse2.0/jdtDependsSrc.zip"/>
  16. <classpathentry kind="lib" path="/lib/bcel/bcel.jar"
  17. rootpath="bcel-5.0/src/java" sourcepath="/lib/bcel/bcel-src.zip"/>
  18. <classpathentry kind="output" path="bin"/>
  19. </classpath>