Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 545 Bytes

File metadata and controls

13 lines (12 loc) · 545 Bytes

Malmo Java Examples

Aims to port all Python examples to Java to provide more examples to people who wish to use Malmo with Java.

#How to use In order to execute one of these tutorials you should run the following in the command line:

java -cp MalmoJavaJar.jar;Tutorials.jar -DJava.library.path=. TUTORIAL

Example: If I wanted to run "Tutorial1" I'd enter the following command in the command line:

java -cp MalmoJavaJar.jar;Tutorials.jar -DJava.library.path=. Tutorial1

The tutorial name has to correspond the class name.