qexo-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qexo-general] Class loader exception


From: Phil Shaw
Subject: Re: [Qexo-general] Class loader exception
Date: Mon, 03 Feb 2003 11:34:26 -0800

Many thanks for this feedback.  I now understand 
the problem.  I had been looking in the completely
wrong area.


Thanks,

Phil SHaw






Per Bothner wrote:
> 
> Phil Shaw wrote:
> > Unhandled Java Exception:
> > java.lang.UnsatisfiedLinkError:
> > java.lang.ClassLoader.defineClass0
> >  at java.lang.ClassLoader.defineClass(ClassLoader.java:477)
> >  at java.lang.ClassLoader.defineClass(ClassLoader.java:427)
> >  at gnu.bytecode.ArrayClassLoader.loadClass(ArrayClassLoader.java:118)
> >  at gnu.expr.ModuleExp.evalToClass(ModuleExp.java:118)
> >  at gnu.expr.ModuleExp.eval(ModuleExp.java:43)
> >  at gnu.expr.ModuleExp.evalModule(ModuleExp.java:185)
> >
> > -------------------------------------
> >
> > I mention the compression consideration (possibly a red herring)
> > only because it's the only difference I can see between
> > this environment and the 3 Java environments I've run the
> > stuff with no problem.
> 
> I don't think we can really help you with this one.
> The problem seems to be internal to java.lang:
> The ClassLoader.defineClass method is calling
> defineClass0, which is not a standard method.
> Even if uncompressing kawa caused a problem, it
> would presumably not show up in a call from
> ClassLoader to ClassLoader.
> 
> I suspect it's just a bug in your Java environment.
> Perhaps no-else has tested this use of ClassLoaders.
> 
> Also, you could trying building Kawa from source
> (on some other environment), and just point your
> classpath at the resulting tree, without using a jar at all.
> --
>         --Per Bothner
> address@hidden   http://www.bothner.com/per/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]