This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: running gcj compiled jboss client
- From: Tom Tromey <tromey at redhat dot com>
- To: Ryan Boder <icanoop at bitwiser dot org>
- Cc: java at gcc dot gnu dot org
- Date: 06 Aug 2003 22:08:58 -0600
- Subject: Re: running gcj compiled jboss client
- References: <20030807022137.GB2667@bitwiser.org>
- Reply-to: tromey at redhat dot com
>>>>> "Ryan" == Ryan Boder <icanoop@bitwiser.org> writes:
Ryan> The first thing it does is create an InitialContext and then
Ryan> gets a remote object reference from it. The problem is that with
Ryan> Suns java it works but with gcj a NamingException is thrown when
Ryan> I try to do anything with the InitialContext.
Ryan> (using gcj 3.2.2 from RedHat 9)...
I can't say for sure, but you might be running into PR 11349, which
was fixed long after 3.2.2 was released.
If not that, then you're running into some as-yet-unknown bug.
Tom