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

40 ビュー (過去 30 日間)
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?
 

採用された回答

MathWorks Support Team
MathWorks Support Team 2021 年 9 月 17 日
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.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by