users@jaxb.java.net

Re: ExceptionInInitializerError

From: Jason Tang <jason.tang_at_UBC.ca>
Date: Wed, 05 Mar 2003 11:26:39 -0700

okay, everything works now! Thanks Kohsuke and Mark.

On Wed, 5 Mar 2003 09:56:56 -0800, Kohsuke Kawaguchi <Kohsuke.Kawaguchi_at_Sun.COM> wrote:

>> There are some techincal reasons that we can't sign our applet, so I have
>> to leave the deployement as is now. If JAXB can tolerate the permission
>> reading part like what Mark Brouwer suggested in another thread. Hopefully,
>> I'd be better off using JAXB in applet. Thanks.
>
>I think compiling the following class and replacing the class file in
>JAXB RI should make it work.
>
>--------------------------------------------------------
>package com.sun.msv.driver.textui;
>
>public class Debug
>{
> public static boolean debug = false;
>}
>--------------------------------------------------------
>
>Or just configure your classpath so that this will be loaded before jaxb
>jar file. Hope it helps.
>
>regards,
>--
>Kohsuke KAWAGUCHI 408-276-7063 (x17063)
>Sun Microsystems kohsuke.kawaguchi_at_sun.com