diff options
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -4,6 +4,10 @@ <classpathentry kind="lib" path="support_files/lib/ext/j3dutils.jar"/> <classpathentry kind="lib" path="support_files/lib/ext/vecmath.jar"/> <classpathentry kind="src" path="src"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"> + <attributes> + <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="/usr/lib/jni"/> + </attributes> + </classpathentry> <classpathentry kind="output" path="bin"/> </classpath> |