Browse Source

Made reference to tools.jar relative to JAVA_HOME variable. (which you must define!!!)

tags/for_ajdt1_1_12
aclement 20 years ago
parent
commit
85e825b8b6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      ajdoc/.classpath

+ 1
- 1
ajdoc/.classpath View File

<classpathentry kind="src" path="/org.aspectj.ajdt.core"/> <classpathentry kind="src" path="/org.aspectj.ajdt.core"/>
<classpathentry kind="src" path="/bridge"/> <classpathentry kind="src" path="/bridge"/>
<classpathentry kind="src" path="/util"/> <classpathentry kind="src" path="/util"/>
<classpathentry sourcepath="C:/Apps/j2sdk1.4.2/src.zip" kind="lib" path="C:/Apps/j2sdk1.4.2/lib/tools.jar"/>
<classpathentry kind="src" path="testsrc"/> <classpathentry kind="src" path="testsrc"/>
<classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar"/> <classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar"/>
<classpathentry kind="var" path="JAVA_HOME/lib/tools.jar"/>
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="bin"/>
</classpath> </classpath>

Loading…
Cancel
Save