[flexcoders] Re: java.lang.Runtime "complete" message?

2007-02-07 Thread Doug Lowder
This is due to the way Runtime.exec() works in Java. There's a good article about it here: http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html I'm not a ColdFusion programmer, so unfortunately I don't have any ti

[flexcoders] Re: java.lang.Runtime "complete" message?

2007-02-06 Thread qnotemedia
I'm looking at java's waitFor(). When I use it in a CFC though, I think its just looping forever. Here's what I have so far: When running this cffunction as a WebService from Flex2, it leaves a never ending busy cursor. If I remove checkProcess and return startProcess instead, I have so