-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Weikun Wang edited this page Mar 12, 2015
·
1 revision
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:
- JDK 1.7 or higher from http://www.java.com/
- Matlab Compiler Runtime (MCR) version R2013a from http://www.mathworks.co.uk/ products/compiler/mcr/
- xorg and openbox packages: sudo apt-get install xorg openbox (Debian)
In order to install the FG Analyzer, the following steps must be performed.
- 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/
- 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.