Re: [Scilab-users] Scilab GUI 6 crash

2017-03-29 Thread Michael Benguigui
Ok Paul, thanks again. Do you have in mind a temporary work around for this issue, that I could add in my dev.. Or this can only be tackled on your side..? Regards Michael 2017-03-28 13:46 GMT+02:00 Michael Benguigui < michael.bengui...@activeeon.com>: > Dear Paul, thank you for your last

Re: [Scilab-users] Scilab GUI 6 crash

2017-03-28 Thread Michael Benguigui
Dear Paul, thank you for your last reply. You will find my answer in the last comment in bug 14698 (copy paste the scilab instructions in a sci file and execute it from Scilab 6 GUI). It seems to be related to this issue since i encounter

Re: [Scilab-users] Scilab GUI 6 crash

2017-03-20 Thread Paul Bignier
Hello Michael, It works just fine on my system, could you please tell us more about your config (OS / other installed toolboxes / result of '-->jre_path()' )? Regards, Paul On 03/16/2017 11:14 AM, Michael Benguigui wrote: jimport java.lang.ProcessBuilder; jimport java.util.ArrayList; cmd =

[Scilab-users] Scilab GUI 6 crash

2017-03-16 Thread Michael Benguigui
Hi all, On scilab 6, executing: jimport java.lang.ProcessBuilder; jimport java.util.ArrayList; cmd = ArrayList.new(); jinvoke(cmd,'add','echo') jinvoke(cmd,'add','''''') pb = ProcessBuilder.new(cmd); jinvoke(pb,'start') disp('BEFORE...'); evstr('1+1;'); disp('...AFTER'); makes scilab GUI