https://github.com/mikebarkmin/autonome-akteure
https://github.com/mikebarkmin/autonome-akteure
bluej gloop
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikebarkmin/autonome-akteure
- Owner: mikebarkmin
- Created: 2019-06-24T10:05:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-25T08:52:02.000Z (over 6 years ago)
- Last Synced: 2025-02-06T08:45:03.429Z (10 months ago)
- Topics: bluej, gloop
- Language: Java
- Size: 5.79 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Download
Lade die aktuelle Version hier herunter: [https://github.com/mikebarkmin/autonome-akteure/archive/master.zip](https://github.com/mikebarkmin/autonome-akteure/archive/master.zip)
# BlueJ
## Vorbereitung
Die Bibliotheken aus dem Ordner +libs werden automatisch dem Klassenpfad hinzugefügt. (siehe [How do I use custom class libraries](https://www.bluej.org/faq.html#faq_How_do_I_use_custom_class_libraries__JARs__)).
## Ausführung
Führe main von MeineWelt aus.
# CLI
## Ausführung
Linux:
```
javac -classpath ".:+libs/*" MeineWelt.java
java -classpath ".:+libs/*" MeineWelt
```
Windows:
```
javac -classpath ".;+libs/*" MeineWelt.java
java -classpath ".;+libs/*" MeineWelt
```