Hi Clement,
Thanks for replying.
As you had mentioned, I have modified my main class TestXcos as
public class TestXcos {
public static void main(String[] args) {
try {
Scilab sci = new Scilab(true);
sci.open();
Xcos.xcos("C:/Scilab/SCI_SRC/modules/xcos/demos/Bouncing_ball.zcos",null);
} catch (JavasciException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
}
But still I'm facing same issue ie. message on example window saying
"Simulation in progress" but the graph window is not opening (Refer to
image posted on Apr 21, 2016) and program get stuck and halt there only.
Let me know If I'm missing something more on this and is there any
documentation available for scilab code and code's flow diagram.
Thanks,
Dipti
--
View this message in context:
http://mailinglists.scilab.org/Debugging-Scilab-s-Xcos-module-on-eclipse-get-crash-with-error-Minidumps-tp4033957p4034118.html
Sent from the Scilab developers - Mailing Lists Archives mailing list archive
at Nabble.com.
_______________________________________________
dev mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/dev