Downloads

The latest version of MRCP4J can be downloaded here.

Prerequisites

MRCP4J requires Java Runtime Environment (JRE) 5.0 or higher which can be downloaded here.

Dependencies

MRCP4J has the following dependencies:

ProjectVersionDownload URL
Commons Logging1.1http://jakarta.apache.org/commons/logging/
MINA0.8.0http://directory.apache.org/subprojects/network/
SLF4J1.0-beta9http://www.slf4j.org/

Distribution jars for the above listed dependencies need to be included in your classpath in order to use MRCP4J. They are available for download from the provided URLs and are also included in the MRCP4J binary distribution.

Note: The dependency versions listed above are as required for the latest release of MRCP4J. If you are using an earlier version of MRCP4J (or a pre-release snapshot build), please see the readme in the distribution for the required dependencies and versions.

Installation

To install MRCP4J extract the mrcp4j-<version>.jar from the binary distribution archive and add it to your application's classpath along with the above listed dependencies.