-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
50 lines (50 loc) · 1.99 KB
/
.classpath
File metadata and controls
50 lines (50 loc) · 1.99 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/home/hintersatz/Desktop/Java Projects/javafx-sdk-11.0.2/lib/javafx.base.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/home/hintersatz/Desktop/Java Projects/javafx-sdk-11.0.2/lib/javafx.controls.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/home/hintersatz/Desktop/Java Projects/javafx-sdk-11.0.2/lib/javafx.fxml.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/home/hintersatz/Desktop/Java Projects/javafx-sdk-11.0.2/lib/javafx.graphics.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/home/hintersatz/Desktop/Java Projects/javafx-sdk-11.0.2/lib/javafx.media.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/home/hintersatz/Desktop/Java Projects/javafx-sdk-11.0.2/lib/javafx.swing.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/home/hintersatz/Desktop/Java Projects/javafx-sdk-11.0.2/lib/javafx.web.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/home/hintersatz/Desktop/Java Projects/javafx-sdk-11.0.2/lib/javafx-swt.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>