This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: SWT, GCJ, semi-static binary ?
- From: Rutger Ovidius <ovid at mailandnews dot com>
- To: Anthony Green <green at redhat dot com>
- Cc: java <java at gcc dot gnu dot org>, tromey <tromey at redhat dot com>
- Date: Sun, 17 Aug 2003 19:37:32 -0400
- Subject: RE: SWT, GCJ, semi-static binary ?
>===== Original Message From Anthony Green <green@redhat.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?
I experience this with both gcj 3.3, and 3.3.1. (redhat rpm binaries from
rpmfind.net).
within g2gui.jar, there are:
net/mldonkey/g2gui/view/G2Gui$1.class
net/mldonkey/g2gui/view/G2Gui.class
net/mldonkey/g2gui/view/pref/G2Gui.class
Is this what you are referring to, or some other type of class?