-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.classpath
16 lines (16 loc) · 909 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v9.0"/>
<classpathentry kind="lib" path="C:/Program Files (x86)/MySQL/Connector J 8.0/mysql-connector-java-8.0.23.jar"/>
<classpathentry kind="lib" path="C:/Users/leejiwon/Desktop/lib/cos.jar"/>
<classpathentry kind="lib" path="C:/Users/leejiwon/Desktop/lib/json-simple-1.1.1.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>