This is the mail archive of the kawa@sourceware.org mailing list for the Kawa 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: Making the scribble applet run in a browser



On Sat, 13 Jan 2007, Per Bothner wrote:

> Kjetil Svalastog Matheussen wrote:
> 
> >  at java.lang.ClassLoader.getSystemClassLoader(ClassLoader.java:1130)
> >  at gnu.expr.ModuleManager.<init>(ModuleManager.java:13)
> >  at gnu.expr.ModuleManager.<clinit>(ModuleManager.java:31)
> >  ... 14 more
> > Exception: java.lang.ExceptionInInitializerError
> 
> I'm working on fixing this, but as a quick work-around just remove
> the getSystemClassLoader call in ModuleManager.java:13.
> Try this instead, for now:
>   public ClassLoader defaultClassLoader = null;
> 

Yes, that fixed it. Thank you very much.


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