Add libraries

This commit is contained in:
PeytonPlayz595 2025-05-07 12:28:25 -04:00
parent 13a8a171ee
commit a318239e12
5 changed files with 30 additions and 0 deletions

13
.classpath Normal file
View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<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="src" path="src/main/java"/>
<classpathentry kind="lib" path="jars/Java-WebSocket-1.6.0.jar"/>
<classpathentry kind="lib" path="jars/slf4j-nop-2.0.17.jar"/>
<classpathentry kind="lib" path="jars/slf4j-api-2.0.17.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

17
.project Normal file
View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>betaProxy</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

Binary file not shown.

BIN
jars/slf4j-api-2.0.17.jar Normal file

Binary file not shown.

BIN
jars/slf4j-nop-2.0.17.jar Normal file

Binary file not shown.