An open API service indexing awesome lists of open source software.

https://github.com/mikebarkmin/autonome-akteure


https://github.com/mikebarkmin/autonome-akteure

bluej gloop

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

![Autonomer Staubsaugroboter](staubsaugroboter.png)

# 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
```