What Matlab version support Java 8 (class file version per the JVM Specification)?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Nghia Huynh
el 19 de En. de 2016
Comentada: Walter Roberson
el 28 de Ag. de 2019
I am trying to use Java JmDNS with Matlab R2014a but it gave me an error:
Unsupported major.minor version 52.0 (java 8).
Basically Matlab does not work with Java 8 class files.
0 comentarios
Respuesta aceptada
Bernhard
el 20 de Abr. de 2016
This issue is becoming urgent for us too because more and more Java libraries are moving to Java 8 (e g. the upcoming eXist 3.0 release (www.exist-db.org). Which MATLAB release will be the first one to support Java 8?
3 comentarios
Bruce Murphy
el 28 de Ag. de 2019
Thats for R2017b, though, not R2015a, correct? We dont have R2017b.
Walter Roberson
el 28 de Ag. de 2019
However notice the answer from Pavirthra saying that R2015b was shipped with Java 1.7 and that it is not recommended to change Java releases. When I check the Compiler Requirements page for R2015a it also appers to be using Java 1.7.
Más respuestas (1)
Pavithra Ashok Kumar
el 22 de En. de 2016
Editada: Pavithra Ashok Kumar
el 22 de En. de 2016
I understand you want to use Java 8 with MATLAB. However, MATLAB R2015b was also shipped with Java 1.7( Refer the compiler requirements here ). It is recommended not to change the java version that is shipped with MATLAB. (In your case it would be 1.7.0_11). However if you want to change the JVM that MATLAB uses, follow the link here.
0 comentarios
Ver también
Categorías
Más información sobre Call Java from MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!