Dear developers,<div><br></div><div>I tried to launch Scilab graphics from my Java application using javasci's Scilab.Exec(String job).  This launches the</div><div>Scilab graphics window but it does not consume mouse and keyboard event.  I tried launching the Scilab plotting job</div>
<div>from the AWT event dispatch thread, I also tried from a separate thread, both deadlocked. </div><div><br></div><div>I also tried to use Java Runtime to spawn a separate process to couple my Java application with Scilab graphics,  I had</div>
<div>no luck in finding the right document that shows some examples in invoking the right executable and passing the right </div><div>parameters in order to launch Scilab graphics in another process.  I try this method because I could not make javasci'</div>
<div>Scilab.Exec() working.</div><div><br></div><div>I am new to Scilab and could not find the forum that discusses this topic.  I would appreciate very much if you have an </div><div>answer to address my issues, or suggestions that you think it would help.</div>
<div><br></div><div>Thanks in advance.</div><div><br></div><div>-Lee</div>