This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: SWT, GCJ, semi-static binary ?
- From: Anthony Green <green at redhat dot com>
- To: Rutger Ovidius <ovid at mailandnews dot com>
- Cc: tromey at redhat dot com, java <java at gcc dot gnu dot org>
- Date: 17 Aug 2003 14:36:48 -0700
- Subject: RE: SWT, GCJ, semi-static binary ?
- Organization: Red Hat, Inc.
- References: <3F402337@mailandnews.com>
On Sun, 2003-08-17 at 13:28, Rutger Ovidius wrote:
> I'm not quite sure what I'm looking for that would cause this requirement for
> lib-g2gui(.so).
If the system class loader is asked to load class foo.bar.Zoo, it will
try to load the following, in order: lib-foo-bar-Zoo.so, lib-foo-bar.so,
lib-foo.so.
So now I'm at a loss as to why it might try to load lib-g2gui.so if you
have no class or package called g2gui.
What version of gcj are you using?
AG
--
Anthony Green <green@redhat.com>
Red Hat, Inc.