How can I delete the JRE that ships with MATLAB and replace it with my own?

40 Ansichten (letzte 30 Tage)
I understand that MATLAB’s shipped version of the Java Runtime Environment (JRE) may depend on an outdated version of the MSVC library (msvcr100.dll). How can I delete the shipped version of the JRE and replace it with my own version?
 

Akzeptierte Antwort

MathWorks Support Team
MathWorks Support Team am 17 Sep. 2021
Although MATLAB ships with a version of the JRE, MATLAB, users can replace it with a different version.
Step 1: Install and setup your version of the Java JRE
For step-by-step instructions, select the link below that corresponds to your OS.
Note: Starting with R2021b, MATLAB users can call matlab_jenv to specify a custom JRE location.
Step 2: remove the Java JRE that is shipped with MATLAB
Delete the folder containing the JRE and the outdated MSVC library. MATLAB’s version of the shipped JRE is located in matlabroot/sys/java/jre, where the value of matlabroot for your installation can be determined with this MATLAB command
>> matlabroot
Delete the folder matlabroot/sys/java/jre.

Weitere Antworten (0)

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Tags

Noch keine Tags eingegeben.

Community Treasure Hunt

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

Start Hunting!

Translated by