21 lines
601 B
Markdown
21 lines
601 B
Markdown
# Java 💻
|
|
Java projets.
|
|
|
|
Para uso exclusivo con fines de estudio. Se prohíbe su uso para entregas calificables y/o uso comercial.
|
|
***
|
|
# Ejecución
|
|
To run, you must compile the "src/simulator/launcher/Main.java" file as java aplication, with one of the example arguments:
|
|
|
|
Example command lines:
|
|
|
|
//
|
|
-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
|
|
--help
|
|
***
|
|
## Licencia 📄
|
|
Educational Community License v2.0 (ECL-2.0).
|