Difference between revisions of "JavaMOP4"
m |
m |
||
Line 15: | Line 15: | ||
<tr> | <tr> | ||
<td width=60> | <td width=60> | ||
− | <a href="http://fsl.cs. | + | <a href="http://fsl.cs.uiuc.edu/Download.php?filename=javamop-4.2.zip"> |
<img src=/images/f/f3/Download.gif width=60></a> | <img src=/images/f/f3/Download.gif width=60></a> | ||
</td> | </td> | ||
Line 22: | Line 22: | ||
<td width=170 align=left valign=top> | <td width=170 align=left valign=top> | ||
<b>Download</b><br> | <b>Download</b><br> | ||
− | <a href="http://fsl.cs. | + | <a href="http://fsl.cs.uiuc.edu/Download.php?filename=javamop-4.2.zip">javamop-4.2.zip</a><br> |
All versions </preserve>[[All JavaMOP Versions|HERE]]<preserve><br> | All versions </preserve>[[All JavaMOP Versions|HERE]]<preserve><br> | ||
</td> | </td> |
Latest revision as of 02:59, 14 July 2015
JavaMOP is an instance of MOP for Java.
Try Online
You can try a demo version of JavaMOP using our online interface. Note that the online interface is for demo purposes only and is limited in functionality. For full functionality, you should download JavaMOP (below).
Download
JavaMOP 4.2
Download |
Prerequisites |
How to Install
- Download the JavaMOP 4.2's released binary zip archive via the provided link and unzip it to your preferred location.
- Install the prerequisites, update your PATH and CLASSPATH according to the instructions in INSTALL.md (online version here).
- /path/to/javamop/bin/javamop (javamop.bat on windows) is the target executable. Add /path/to/javamop/bin/ to your PATH environment variable.
- Done! You can read more about JavaMOP in README.md (online version here).
Bug Report
If you experience any problems with JavaMOP, and can not find your answer in the Troubleshooting page, please open a new issue on the Issues Page of the project.
Development
Please refer to JavaMOP's GitHub Page for source code and more information about development of JavaMOP.
Documentation
You can refer to docs/Usage.md (online version here) to find out how to use JavaMOP. For detailed information you can refer to JavaMOP Syntax and our JavaMOP papers.