-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
13 lines (13 loc) · 737 Bytes
/
.classpath
File metadata and controls
13 lines (13 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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-1.8"/>
<classpathentry kind="lib" path="E:/projects/javalib/lwjgl-3.0.0/jar/lwjgl.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/E:/projects/javalib/lwjgl-3.0.0/doc/javadoc.zip!/"/>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="E:/projects/javalib/lwjgl-3.0.0/native"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="E:/projects/javalib/joml-1.8.5.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>