2021-01-27 16:57:48 +01:00
|
|
|
# Java 💻
|
|
|
|
Java projets.
|
|
|
|
|
|
|
|
Para uso exclusivo con fines de estudio. Se prohÃbe su uso para entregas calificables y/o uso comercial.
|
|
|
|
***
|
|
|
|
# Ejecución
|
2020-09-17 20:13:04 +02:00
|
|
|
To run, you must compile the "src/simulator/launcher/Main.java" file as java aplication, with one of the example arguments:
|
2020-09-17 20:09:51 +02:00
|
|
|
|
2021-01-27 16:59:29 +01:00
|
|
|
Example command lines:
|
2020-09-17 20:11:59 +02:00
|
|
|
|
2020-09-17 20:09:51 +02:00
|
|
|
//
|
|
|
|
-i resources/examples/ex1.json
|
|
|
|
-i resources/examples/ex1.json -t 300
|
|
|
|
-i resources/examples/ex1.json -o resources/tmp/ex1.out.json
|
|
|
|
-i resources/examples/ex1.json -m gui
|
|
|
|
-i resources/examples/ex1.json -t 100 -m console
|
2020-09-17 20:11:59 +02:00
|
|
|
--help
|
2021-01-27 16:57:48 +01:00
|
|
|
***
|
|
|
|
## Licencia 📄
|
|
|
|
Educational Community License v2.0 (ECL-2.0).
|