On Feb 05, 2007, at 11:19 AM, Steve Roy wrote:
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?
Have you got the same environment ?
Classpath etc ?
Synchronous will just mean you get all the data in the result of the
shell
_______________________________________________
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>.