Hi everybody!! Sorry, because i ask this question to you. But i have this code in my servlet: .... Process p=Runtime.getRuntime().exec(task1); ...
Well, how can i do for servlet continue only after executing task1? Thanks in advanced.
Hi everybody!! Sorry, because i ask this question to you. But i have this code in my servlet: .... Process p=Runtime.getRuntime().exec(task1); ...
Well, how can i do for servlet continue only after executing task1? Thanks in advanced.