Переглянути джерело

Ensures we can find tools.jar (javac) when running the tests. Similar setup to ajdoc - you must define JAVA_HOME variable.

tags/PRE_ANDY
aclement 19 роки тому
джерело
коміт
4423f4c7e2
1 змінених файлів з 1 додано та 0 видалено
  1. 1
    0
      tests/.classpath

+ 1
- 0
tests/.classpath Переглянути файл

@@ -10,6 +10,7 @@
<classpathentry kind="src" path="/bridge"/>
<classpathentry kind="src" path="/ajde"/>
<classpathentry kind="src" path="/asm"/>
<classpathentry kind="var" path="JAVA_HOME/lib/tools.jar"/>
<classpathentry sourcepath="/lib/bcel/bcel-src.zip" kind="lib" path="/lib/bcel/bcel.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Завантаження…
Відмінити
Зберегти