No commit message authored by Nikola Simidjievski's avatar Nikola Simidjievski
No commit message
......@@ -7,9 +7,10 @@ To start establishing process-based models, we first have to formalize the model
More info @ http://probmot.ijs.si/
---
***
Dependencies: Java JDK 7+
**Dependencies: Java JDK 7+**
Make sure that you have Java JDK version 7 or higher installed on your system and that the PATH system variable contains the path to the Java compiler from the JDK.
......@@ -22,6 +23,7 @@ To test the correctness of the installation you can run a simple task of simulat
java -jar probmot-1.2.jar examples/aquatic/taskSimulate.xml
that should produce the following terminal output
```
/time_stamp/ [main] INFO xml.TaskSpec - Task 'examples/aquatic/taskSimulate.xml' read successfully
/time_stamp/ [main] INFO traverse.Traverse - Library 'examples/aquatic/AquaticEcosystem.pbl' compiled successfully
......
......