I used
Runtime.getRuntime().exec(\"_____\")
but it throws a IOException as below:
IOException
java.io.IOException: Create
Is there any reason you can't just call it directly in your Java code?
If there is a reason I've not tried it for executing a Java Program but you could try Jakarta Commons Exec works well for executing most programs.