-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
12 lines (12 loc) · 736 Bytes
/
.classpath
File metadata and controls
12 lines (12 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<?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/jdk1.8.0_101"/>
<classpathentry kind="lib" path="C:/Users/James/Documents/Coding_Libraries/Java/lwjgl-2.9.3/jar/lwjgl.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="C:/Users/James/Documents/Coding_Libraries/Java/lwjgl-2.9.3/native/windows"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Users/James/Documents/Coding_Libraries/Java/lwjgl-2.9.3/jar/lwjgl_util.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>