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 ?


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.


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