Difference between revisions of "JavaMOP4"
Line 3: | Line 3: | ||
JavaMOP is an instance of [[MOP]] for Java. | JavaMOP is an instance of [[MOP]] for Java. | ||
+ | |||
+ | ===Try Online=== | ||
+ | You can try a demo version of JavaMOP using our [http://kframework.org/tool/run/javamop online interface]. | ||
===Download=== | ===Download=== |
Revision as of 15:57, 4 December 2014
JavaMOP is an instance of MOP for Java.
Try Online
You can try a demo version of JavaMOP using our online interface.
Download
JavaMOP 4.0
JavaMOP compiler, Logic Repository, Test Suite, and Documentation.
Download |
Prerequisites |
How to Install
- Download the JavaMOP 4.0'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
The documentation for this version is currently under development. For more information you can refer to JavaMOP Syntax and our JavaMOP papers.