-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.classpath
More file actions
27 lines (27 loc) · 1.43 KB
/
.classpath
File metadata and controls
27 lines (27 loc) · 1.43 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
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="GraphicalProbExperiments/libs/processing_new/windows-amd64"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="libs/processing_new/windows-amd64"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="data"/>
<classpathentry kind="lib" path="libs/base_JavaProjTools_UI.jar"/>
<classpathentry kind="lib" path="libs/jblas-1.2.4.jar"/>
<classpathentry kind="lib" path="libs/base_JavaProjTools_Math.jar"/>
<classpathentry kind="lib" path="libs/base_JavaProjTools_Utils.jar"/>
<classpathentry kind="lib" path="libs/base_JavaProjTools_IRender.jar"/>
<classpathentry kind="lib" path="libs/base_JavaProjTools_Stats.jar"/>
<classpathentry kind="lib" path="libs/base_JavaProjTools_Probability.jar"/>
<classpathentry kind="lib" path="libs/base_JavaProjTools_DistRT.jar"/>
<classpathentry kind="lib" path="libs/processing_new/core.jar"/>
<classpathentry kind="lib" path="libs/processing_new/gluegen-rt.jar"/>
<classpathentry kind="lib" path="libs/processing_new/jogl-all.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>