Running MATLAB with two versions of Java

5 ビュー (過去 30 日間)
Ksenia
Ksenia 2011 年 7 月 14 日
回答済み: Walter Roberson 2018 年 4 月 20 日
Hello,
I am using MATLAB 7, and creating a GUI to be used in a parser. GUIs don't seem to be working in MATLAB 7 with Java 1.6 (or 1.5), but work fine with Java 1.4.
In a separate requirement, my program has to be able to read an ODS spreadsheet file. I found two functions on the FileExchange which can do that (loadods and myxlsread), but both use Java, and do not work with Java 1.4 (but they do work fine with Java 1.6).
Is there a way to set up MATLAB to use two different versions of Java for different portions of the program?
I would appreciate any advice regarding this, or perhaps other ideas how to get the two requirements above working at the same time.
Thank you very much for any input!!
K

回答 (2 件)

Veera Kanmani
Veera Kanmani 2018 年 4 月 20 日
https://in.mathworks.com/matlabcentral/answers/130359-how-do-i-change-the-java-virtual-machine-jvm-that-matlab-is-using-on-windows

Walter Roberson
Walter Roberson 2018 年 4 月 20 日
No it is not possible to use a mix of Java versions in the same executable.

カテゴリ

Help Center および File ExchangeWrite C Functions Callable from MATLAB (MEX Files) についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by