Skip to content

Latest commit

 

History

History
executable file
·
42 lines (33 loc) · 1.45 KB

INSTALL.md

File metadata and controls

executable file
·
42 lines (33 loc) · 1.45 KB

Installing JavaMOP from Binaries

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.

Prerequisites

JavaMOP requires JDK, AJC and RV-Monitor.

  1. JDK v.7 or higher
  • Check Java is installed properly: run java -version from a terminal.
  1. AJC v.1.8 or higher
  • Check AspectJ is installed properly: run ajc -version from a terminal.
  • Add <AspectJ_HOME>/lib/aspectjrt.jar, <AspectJ_HOME>/lib/aspectjweaver.jar and <AspectJ_HOME>/lib/aspectjtools.jar to your CLASSPATH.
  1. RV-Monitor v.1.3 or higher
  • Check RV-Monitor is installed properly: run rv-monitor -version from a terminal.
  • Add <RV-Monitor_HOME>/lib/rv-monitor.jar and <RV-Monitor_HOME>/lib/rv-monitor-rt.jar to your CLASSPATH.

Install

  1. Download the binary JavaMOP release from its website.

  2. Unzip it to your preferred location and add <JavaMOP_HOME>/bin to your PATH.

  3. Check JavaMOP is installed properly: run javamop from a terminal.

See README.md for more information. Get help or report problems on JavaMOP's issues page.