Invoking non-console applications using Runtime.getRuntime().exec ().

2000-07-05 Thread Ritesh_Srivastava
Hi, I am trying to start a standalone Java application from my servlet. In my servlet, what exactly i am doing is as follows: On doPost() i am writing: Process p = Runtime.getRuntime().exec("Batch file"); This batch file is something like this: java MyApplication The problem is, this Pro

AW: Invoking non-console applications using Runtime.getRuntime(). exec ().

2000-07-05 Thread Wittich, Oliver
: Mittwoch, 5. Juli 2000 17:21 An: [EMAIL PROTECTED] Betreff:Invoking non-console applications using Runtime.getRuntime().exec (). Hi, I am trying to start a standalone Java application from my servlet. In my servlet, what exactly i am doing is as follows: On doPost() i am

Re: Invoking non-console applications using Runtime.getRuntime().exec ().

2000-07-06 Thread Piotr Wierzbicki
ecification and reference On Behalf Of Ritesh_Srivastava Sent: Wednesday, July 05, 2000 11:21 To: [EMAIL PROTECTED] Subject: [JSP-INTEREST] Invoking non-console applications using Runtime.getRuntime().exec (). Hi, I am trying to start a standalone Java application from my servlet. In m