<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<br>
Hello Michael,<br>
<br>
It works just fine on my system, could you please tell us more about
your config (OS / other installed toolboxes / result of
'-->jre_path()' )?<br>
<br>
Regards,<br>
Paul<br>
<br>
<div class="moz-cite-prefix">On 03/16/2017 11:14 AM, Michael
Benguigui wrote:<br>
</div>
<blockquote
cite="mid:CALvM90LJy7q_X80Xd6p86ohCDvYgkrTbK=5iKcB=hFosGA62uA@mail.gmail.com"
type="cite">
<pre style="color:rgb(169,183,198);font-family:"courier new";background-color:rgb(43,43,43)">jimport java.lang.ProcessBuilder;
jimport java.util.ArrayList;
cmd = ArrayList.new();
jinvoke(cmd,'add','echo')
jinvoke(cmd,'add','''AAAA''')
pb = ProcessBuilder.new(cmd);
jinvoke(pb,'start')
disp('BEFORE...');
evstr('1+1;');
disp('...AFTER');</pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">--
Paul BIGNIER
Development engineer
-----------------------------------------------------------
Scilab Enterprises
143bis rue Yves Le Coz - 78000 Versailles, France
Phone: +33.1.80.77.04.68
<a class="moz-txt-link-freetext" href="http://www.scilab-enterprises.com">http://www.scilab-enterprises.com</a></pre>
</body>
</html>