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


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; -- --Per Bothner per@bothner.com http://per.bothner.com/


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