Prerequisites
- Git
- Java development kit (JDK, preferable Java version >=8)
- Integrated development environment (IDE) (e.g. IntelliJ or Eclipse)
- GitLab LRZ account with access to the mitoMunich repository: https://gitlab.lrz.de/moeckel/mitoMunich
MITO run preparations
- Clone the
mitorepository: https://github.com/msmobility/mito - Clone the
mitoMunichrepository: https://gitlab.lrz.de/moeckel/mitoMunich - (Optional) Configure MITO by adjusting parameters inside
mito.propertiesfrom the root folder ofmitoMunich Create and configure run configuration of
MitoMuc.javaby:Passing the file path of
mito.propertiesas a program argumentPassing
-Djava.library.path=lib/<OS>, after inserting your operating system (e.g.win64), as a virtual machine argument
(Optional) Ensure sufficient RAM availability of more than 10 GB (may require to set -Xmx option in the virtual machine arguments, e.g. -Xmx10g)
Run the previously created configuration for
MitoMuc.java