What Matlab version support Java 8 (class file version per the JVM Specification)?
Mostrar comentarios más antiguos
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.
Respuesta aceptada
Más respuestas (1)
Pavithra Ashok Kumar
el 22 de En. de 2016
Editada: Pavithra Ashok Kumar
el 22 de En. de 2016
0 votos
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.
Categorías
Más información sobre Call Java from MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!