Re: [Tn5250j-general] Calling System.exit()

2011-05-25 Thread Martin W. Kirst
Hi, you're right, the class My5250 uses a few System.exit() calls. This is a little source snippet, which you may use to bootstrap 5250j yourself ... this way you're avoiding to use My5250j and it's exit() calls. --- import java.awt.BorderL

[Tn5250j-general] Calling System.exit()

2011-05-25 Thread Arpe, Kevin C
Hi, I noticed in your code you call System.exit() in a few places. Example: org.tn5250j.My5250.main() This makes it difficult to call this method from other Java code. Is there a recommended way to spawn new connections using the same virtual machine? Example: I want to spawn your app from anot