i'm trying to kill/stop Rengine thread but i can't, even if call end()
method also. see the bellow peace of code.
Rengine engine = new Rengine(new String[] { "--no-save" }, false, null);
----
----
engine.end();
System.out.println("engine::: "+engine);
the result of sysout is
engine::: Thread[Thread-0,5,]
then how to kill my Rengine thread?