Hi
im getting a strange problem while using exec() method of Runtime .
Im trying execute a
java process thru exec() but if i assigned return tpye(Process) of exce() then my java process doesnt start ..means
if i use Process process =Runtime.getRuntime().exec("java A")then A doesnt start but if i use like ...
Runtime.getRuntime().exec("java A") then A gets started ..
???
tx