-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.classpath
More file actions
24 lines (22 loc) · 1.23 KB
/
.classpath
File metadata and controls
24 lines (22 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="testSrc"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="C:/Users/fabia/OneDrive/Desktop/Studium/Eclipse/Eclipse Workspace/OpenCV3.6/build/java/x64"/>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/OpenCV"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/opencv3.4.6"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/opencv"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Opencv"/>
<classpathentry kind="lib" path="lib/opencv-346.jar"/>
<classpathentry kind="lib" path="lib/Jama-1.0.2.jar"/>
<classpathentry kind="lib" path="lib/nrsdk-3.8.8-jar-with-dependencies.jar"/>
<classpathentry kind="lib" path="lib/nrsdk-3.9.1-jar-with-dependencies.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/openCV"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="output" path="bin"/>
</classpath>