This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]