Difference between revisions of "JavaMOP4"
Line 6: | Line 6: | ||
===Try Online=== | ===Try Online=== | ||
You can try a demo version of JavaMOP using our [http://kframework.org/tool/run/javamop online interface]. | You can try a demo version of JavaMOP using our [http://kframework.org/tool/run/javamop online interface]. | ||
− | Note that the online interface is for demo purposes only and is limited in functionality. For full functionality, you should download JavaMOP. | + | Note that the online interface is for demo purposes only and is limited in functionality. For full functionality, you should download JavaMOP (below). |
===Download=== | ===Download=== | ||
=====[[JavaMOP4|JavaMOP 4.0]]===== | =====[[JavaMOP4|JavaMOP 4.0]]===== | ||
− | |||
<preserve> | <preserve> | ||
<table width=720 border=0 cellpadding=0 cellspacing=0> | <table width=720 border=0 cellpadding=0 cellspacing=0> |
Revision as of 22:30, 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. 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.0
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.