<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Le 16/10/2014 10:05, Joo Cat a écrit :<br>
</div>
<blockquote cite="mid:BLU182-W49719DFD4322EF5122F088C1AB0@phx.gbl"
type="cite">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style>
<div dir="ltr">I was trying out Example 1 in Getting Started
- Beginning under Java from Scilab. The Scilab that I was
using was 5.5.1 32bit.<br>
<br>
Compiling and importing the Java code was not a problem. I
was able to create a HelloWorld object as well. <br>
However, I did not get the "HelloWorld constructed!"
message on the Scilab console that should appear when
creating the object. When I try to invoke the object's
method using jinvoke(object, 'message') , the "Hello
world!" does not appear as well.<br>
<br>
I tried doing the other examples. Similarly, the
System.err.println messages are not being displayed. <br>
Does anyone know how to fix this problem?<br>
</div>
</div>
</div>
</div>
</blockquote>
Hello,<br>
May be they are displayed in the Windows consolebox instead, whether
Windows is your OS.<br>
To see the consolebox (and Java messages), just enter<br>
--> consolebox on<br>
and run again the examples.<br>
<br>
Regards<br>
Samuel<br>
<br>
</body>
</html>