I am developing on Windows using Builder for Java, where can I get the MCR that I need to deploy my program on Linux machines?

1 view (last 30 days)
I am developing on Windows using Builder for Java, where can I get the MCR that I need to deploy my program on Linux machines?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
In order to get the MCR, you will need to install MATLAB and MATLAB Compiler on a Linux machine. If you don't have a DVD for Linux installations, you can download the required component from the web.
Once installed you can locate the MCRInstaller at the following location:
$MATLABROOT\toolbox\compiler\deploy\$ARCH
where $MATLABROOT is the MATLAB root directory and $ARCH is the system architecture (such as win32, win64, glnx86 etc.). The MATLAB root directory may be determined by entering the command:
matlabroot
at the MATLAB command prompt.

More Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Products


Release

R2007b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!