Re: Running multiple Java apps using the same JVM.

1999-08-27 Thread Urs Schreiber
See http://www.javagroup.org/echidna/ for "Echidna, a free multiprocess system in Java" which lets you run several java apps in one VM. Urs Schreiber -- eMail: [EMAIL PROTECTED] url: http://www.uni-essen.de/~hnr00s -- To UNSUB

Running multiple Java apps using the same JVM.

1999-08-27 Thread Jim Clawson
Hello all, I have two questions. First, how can I start up multiple java apps using the same JVM? I will be running several java applications on the same box at the same time, and would rather not have the overhead of loading the JVM several times if I can avoid it. However, (second question