MATLAB R2020a engine API with Java11 (AdoptOpenJDK 11.0.7.10)
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
We have plan to use the JAVA11 on our application that connect to MATLAB by using the Engine API. However after tested MATLAB Engine API with Java11, our application crash when call the provided method to get the variable. (start engine and evaluate method work normally)
Is it possible to use the MATLAB engine API with Java11 ?
Or you have any workaround for getting the variable without using the getVariable method.
0 Kommentare
Antworten (3)
Ennio Visconti
am 10 Mär. 2022
Bearbeitet: Ennio Visconti
am 10 Mär. 2022
Quite embarassingly, now Matlab is pretty much the only tool that hasn't updated to Java 11 yet.
0 Kommentare
Harsha Priya Daggubati
am 31 Jul. 2020
Hi,
Unfortunately, the engine supports Java applications built with JDK™ 7 or 8.
You can refer the following page for more details:
3 Kommentare
Edgaras Dulskis
am 23 Feb. 2023
Does MathWorks have any plans to upgrade Java API to supported Java versions?
Java 8 premiere support has ended in March 2022, so the outdated API is of no value.
https://www.oracle.com/java/technologies/java-se-support-roadmap.html
0 Kommentare
Siehe auch
Kategorien
Mehr zu Call MATLAB from Java finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!