Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

.classpath 849B

12345678910111213141516
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <classpath>
  3. <classpathentry kind="src" path="src"/>
  4. <classpathentry kind="src" path="testsrc"/>
  5. <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/>
  6. <classpathentry kind="src" path="/runtime"/>
  7. <classpathentry sourcepath="/lib/junit/src.jar" kind="lib" path="/lib/junit/junit.jar"/>
  8. <classpathentry kind="src" path="/util"/>
  9. <classpathentry kind="src" path="/testing-util"/>
  10. <classpathentry kind="src" path="/bridge"/>
  11. <classpathentry kind="src" path="/asm"/>
  12. <classpathentry combineaccessrules="false" kind="src" path="/aspectj5rt"/>
  13. <classpathentry sourcepath="/lib/bcel/bcel-src.zip" kind="lib" path="/lib/bcel/bcel.jar"/>
  14. <classpathentry sourcepath="/lib/commons/commons-src.zip" kind="lib" path="/lib/commons/commons.jar"/>
  15. <classpathentry kind="output" path="bin"/>
  16. </classpath>