<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>I have a Java class which was compiled using JDK 1.8. When I try to import this class into Scilab, it gave me an error which says: Unsupported major.minor version 52.0.<br>I suspected that this could be due to Scilab using an older JRE. So I checked using system_getproperty('java.version') and it shows 1.6.0_41. Is there a way to change the JRE version used by Scilab?<br>Similarly, is there a way to change the JDK used as well? If I try to compile a source file that have features from newer JDK using jcompile, it will give an error. Thanks!<br> </div></body>
</html>