Hi everyone, I have an interesting problem this morning. I have a little development tool written in REALbasic that needs to extract some information from the sources of a Java application. Because of this, parsing the Java stuff is much more easily done using Java. So I set up a ServerSocket in my RB app and wrote a little Java command line app that connects to the socket and passes the info to the RB app. This works just fine when I launch the Java app manually from the command line or from Xcode. However when I launch the Java app from my RB app, which is the intended use case, the RB app freezes and I have to force quit it.
I thought a deadlock was created so I tried using a thread instead to run the Java app, but that doesn't help. I run the Java app using the Shell class in synchronous mode. Maybe that's the problem? Steve -- Steve Roy <http://homepage.mac.com/sroy> _______________________________________________ Unsubscribe: <[EMAIL PROTECTED]> REAL Software has decided to consolidate this mailing list with the online Forums. On Monday, February 12, 2007, this mailing list will no longer be active. We encourage you to continue your REALbasic and REAL SQL Server discussions on the Forums. If you are not presently a member of the forum, please sign up today at <http://forums.realsoftware.com>.
