Grundlegende Java Projekt Strukturen angelegt.

This commit is contained in:
ekresse
2020-11-27 15:35:02 +01:00
parent 50d2be313f
commit 997e86669a
5 changed files with 144 additions and 0 deletions

6
.classpath Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>