improve findJarPath chances to find the native library path (within eclipse)

This commit is contained in:
Doug MacEachern 2006-03-14 19:58:38 +00:00
parent 72ebceb063
commit 60de20ba41
1 changed files with 1 additions and 0 deletions

View File

@ -9,5 +9,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="C:/ant/lib/ant.jar"/> <classpathentry kind="lib" path="C:/ant/lib/ant.jar"/>
<classpathentry kind="lib" path="lib/log4j.jar"/> <classpathentry kind="lib" path="lib/log4j.jar"/>
<classpathentry kind="lib" path="sigar-bin/lib/sigar.jar"/>
<classpathentry kind="output" path="build/classes"/> <classpathentry kind="output" path="build/classes"/>
</classpath> </classpath>