This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Invoking GIJ from SunJDK Swing app?
- From: Tom Tromey <tromey at redhat dot com>
- To: "Mike Purdy" <purdymi at binghamtonschools dot org>
- Cc: <java at gcc dot gnu dot org>
- Date: 18 Sep 2006 11:45:48 -0600
- Subject: Re: Invoking GIJ from SunJDK Swing app?
- References: <s50d5281.097@HSGW1.bcsd>
- Reply-to: tromey at redhat dot com
>>>>> "Mike" == Mike Purdy <purdymi@binghamtonschools.org> writes:
Mike> Does anyone have experience with invoking gij via CNI or could
Mike> anyone comment on the prudence of my thinking as I map out this
Mike> possible process?
Having 2 JVMs in the same process is unlikely to work.
I think there are many potential issues... which one controls signal
handling, which one gets to define global symbols, etc.
Also I'd imagine the performance payoff is less than you would
imagine.
Tom