Browse Source

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 years ago
parent
commit
4423f4c7e2
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      tests/.classpath

+ 1
- 0
tests/.classpath View File

@@ -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>

Loading…
Cancel
Save