Skip to content
Weikun Wang edited this page Mar 12, 2015 · 1 revision

Requirements

It is recommended that FG Analyzer is executed inside an Ubuntu 12.04 VM. They can run under other operating systems, but our testing and installation instructions are focused on this distribution. Please download and install the following software before using the FG Analyzer component:

Install

In order to install the FG Analyzer, the following steps must be performed.

  1. Replace the MCR built-in old version java with the newest JRE version, e.g.:
cp -r /usr/lib/jvm/jdk1.7.0/jre/ /usr/local/MATLAB/MATLAB Compiler Runtime/v81/sys/java/jre/glnxa64/
  1. Replace the MCR built-in old version httpcore.jar with the latest JRE one:
cd /usr/local/MATLAB/MATLAB Compiler Runtime/v81/java/jarext/axis2/
mv httpcore.jar httpcore backup.jar
cd <the folder containing the latest httpcore.jar>
sudo cp httpcore.jar /usr/local/MATLAB/MATLAB Compiler Runtime/v81/java/jarext/axis2/

After these steps, the MCR container is ready to use.

Clone this wiki locally