RE: exec an application and write output to a file

2002-06-18 Thread Pamela Fong
Try looking for it in your tomcat bin dir. -Original Message-From: jzhao [mailto:[EMAIL PROTECTED]]Sent: Tuesday, June 18, 2002 1:41 PMTo: [EMAIL PROTECTED]Subject: exec an application and write output to a file Hi there,   I was trying to run a .exe in my web service

Re: exec an application and write output to a file

2002-06-18 Thread Heitzso
quick suggestion -- scan all drives and al ldirectories for the output. If on linux try running updatedb from root and then 'locate blat' to find the file. Just a thought ... On Tue, 2002-06-18 at 16:40, jzhao wrote: > Hi there, > > I was trying to run a .exe in my web service with Java runtim

exec an application and write output to a file

2002-06-18 Thread jzhao
Hi there,   I was trying to run a .exe in my web service with Java runtime. The code looks like:   command = "teiresias_char -l"+ L + " -w"+ W   +" -i"+ inputFile   +" -o"+ resultFile + " -c"+ C +" -k"+ K +" -s";     Runtime rt = Runtime.getRuntime();  try {   Process p=  rt.e