I have a runnable Jar which I want to invoke from my another java application. I have tried this solution
[link] how to run a java executable jar in another java program
I am able to execute the jar but seems that threads are in deadlock and it never generates the output. Can anyone please help me over this?