Skip to content
Snippets Groups Projects
Commit 7c1eb7ee authored by mateis00's avatar mateis00
Browse files

Innitial Upload of "vorlage"

parent 60ba25af
No related branches found
No related tags found
No related merge requests found
Showing
with 85 additions and 0 deletions
# Default ignored files
/shelf/
/workspace.xml
<component name="ArtifactManager">
<artifact type="jar" name="ClientAnwendung:jar">
<output-path>$PROJECT_DIR$/out/artifacts/ClientAnwendung_jar</output-path>
<root id="archive" name="ClientAnwendung.jar">
<element id="module-output" name="ClientAnwendung" />
</root>
</artifact>
</component>
\ No newline at end of file
<html>Simple <b>Java</b> application that includes a class with <code>main()</code> method</html>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding">
<file url="PROJECT" charset="UTF-8" />
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectKey">
<option name="state" value="project://e2804f05-5315-4fc6-a121-c522a6c26470" />
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="17" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/ClientAnwendung.iml" filepath="$PROJECT_DIR$/ClientAnwendung.iml" />
</modules>
</component>
</project>
\ No newline at end of file
<template>
<input-field default="com.company">IJ_BASE_PACKAGE</input-field>
</template>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
File added
Manifest-Version: 1.0
Main-Class: heimaufgaben.Main
Manifest-Version: 1.0
Main-Class: heimaufgaben.Main
package heimaufgaben;
public class Client {
}
package heimaufgaben;
public class Main {
public static void main(String[] args) {
Client client = new Client();
System.out.println("Der Client wurde beendet.");
}
}
Dokumentation
=============
...
# Default ignored files
/shelf/
/workspace.xml
ServerAnwendung.iml
\ No newline at end of file
<component name="ArtifactManager">
<artifact type="jar" name="ServerAnwendung:jar">
<output-path>$PROJECT_DIR$/out/artifacts/ServerAnwendung_jar</output-path>
<root id="archive" name="ServerAnwendung.jar">
<element id="module-output" name="ServerAnwendung" />
</root>
</artifact>
</component>
\ No newline at end of file
<html>Simple <b>Java</b> application that includes a class with <code>main()</code> method</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment