Here are instructions for installing JavaMOP from its binary release zip archive. Users who checked out the source code should follow the instructions in src/README.md to build JavaMOP.
JavaMOP requires JDK, AJC and RV-Monitor.
- JDK v.7 or higher
- Check Java is installed properly: run
java -versionfrom a terminal.
- AJC v.1.8 or higher
- Check AspectJ is installed properly: run
ajc -versionfrom a terminal. - Add
<AspectJ_HOME>/lib/aspectjrt.jar,<AspectJ_HOME>/lib/aspectjweaver.jarand<AspectJ_HOME>/lib/aspectjtools.jarto your CLASSPATH.
- RV-Monitor v.1.3 or higher
- Check RV-Monitor is installed properly: run
rv-monitor -versionfrom a terminal. - Add
<RV-Monitor_HOME>/lib/rv-monitor.jarand<RV-Monitor_HOME>/lib/rv-monitor-rt.jarto your CLASSPATH.
-
Download the binary JavaMOP release from its website.
-
Unzip it to your preferred location and add
<JavaMOP_HOME>/binto your PATH. -
Check JavaMOP is installed properly: run
javamopfrom a terminal.
See README.md for more information. Get help or report problems on JavaMOP's issues page.