瀏覽代碼

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

tags/for_ajdt1_1_12
aclement 20 年之前
父節點
當前提交
85e825b8b6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      ajdoc/.classpath

+ 1
- 1
ajdoc/.classpath 查看文件

@@ -6,8 +6,8 @@
<classpathentry kind="src" path="/org.aspectj.ajdt.core"/>
<classpathentry kind="src" path="/bridge"/>
<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 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"/>
</classpath>

Loading…
取消
儲存