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 Sat, 2003-08-16 at 22:45, Rutger Ovidius wrote:
> What the heck is lib-g2gui? I don't have one.. Why is it looking for
> it? 

The ClassLoader is trying to find a class in the g2gui package.  Do you
have a g2gui package?  I'm curious to find out what happens when you
recompile -fassume-compiled and run again.  Does your app use
Class.forName() to load classes in the g2gui package?

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]