<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'>How do you import Java files that are longer than 24 characters?<br>Compiling them is OK. It's only when importing them into Scilab that gives the error due to truncation.<br><br><br>jcompile("ThisIsALongJavaNameForScilab.java")<br>jimport("ThisIsALongJavaNameForScilab") // Error<br><br>                                         </div></body>
</html>