Azzera filtri
Azzera filtri

装Java后MATLAB无法运行

10 visualizzazioni (ultimi 30 giorni)
伯森
伯森 il 6 Nov 2023
Risposto: Chetan il 17 Nov 2023
通过vscode装了Java,之后安装了IDEA,现在MATLAB完全无法使用,打开后无法允许.m文件,并且在打开一小段时间后就会崩溃。
想知道如何修复Java环境。

Risposte (1)

Chetan
Chetan il 17 Nov 2023
Hello @伯森
I understand you installed Java via VSCode and IDEA, and now you're unable to use MATLAB, as it can't run .m files and crashes shortly after opening.
This issue could be due to MATLAB's Java environment being affected by the other installations. Here's a brief guide to rectify this:
  1. Check your Java version using `java -version` in the terminal, as MATLAB requires a specific Java Runtime Environment (JRE).
  2. If multiple Java versions are installed, set the `MATLAB_JAVA` environment variable to the path of the desired JRE for MATLAB.
  3. If the issue persists, consider reinstalling MATLAB. This process will establish its own Java environment, separate from the system's.
For more details on changing the JRE used by MATLAB, refer to the following MathWorks Documentation: https://www.mathworks.com/matlabcentral/answers/130359
I hope this helps!

Categorie

Scopri di più su 安装和许可简介 in Help Center e File Exchange

Tag

Prodotti


Release

R2023a

Community Treasure Hunt

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

Start Hunting!