Skip to content
A. Cody Schuffelen edited this page Jul 25, 2014 · 2 revisions

Running JavaMOP

If you are only interested in running JavaMOP and generating agents, just download and run the installer from the Runtime Verification website.

Contributing to JavaMOP

JavaMOP uses Maven as a build system and dependency manager, so Maven must be installed to compile JavaMOP.

With Maven installed, it is as easy as:

git clone https://github.com/runtimeverification/javamop.git
cd javamop
mvn package

See Maven Usage for more explanation.

Clone this wiki locally