| ... | @@ -2,7 +2,11 @@ |
... | @@ -2,7 +2,11 @@ |
|
|
|
|
|
|
|
Download the latest stable release from [mtsa.dc.uba.ar](http://mtsa.dc.uba.ar).
|
|
Download the latest stable release from [mtsa.dc.uba.ar](http://mtsa.dc.uba.ar).
|
|
|
|
|
|
|
|
You can run the application using [Java 11 JRE](https://adoptium.net/temurin/releases/?version=11) or later. If you try to run and nothing happens, make sure the downloaded JAR has its executing bit enabled.
|
|
You can run the application using [Java 11 JRE](https://adoptium.net/temurin/releases/?version=11) or later. Launch it with:
|
|
|
|
|
|
|
|
```
|
|
|
|
java -jar mtsa-1.2.1.jar
|
|
|
|
```
|
|
|
|
|
|
|
|
Once MTSA is loaded you can use some of the examples in the menu option `File > Open Examples`.
|
|
Once MTSA is loaded you can use some of the examples in the menu option `File > Open Examples`.
|
|
|
|
|
|
| ... | | ... | |