On Monday 01 March 2004 22:36, Torbj�rn Karlsson wrote: > Charset.jar exists in <JAVA_HOME>/jre/lib so I guess I did�nt need to > add it to Merlins classpath in the first place. Maven works well without > adding anything to the dependencies list.
> However removing charsets.jar from the dependencies list makes no > difference, Merlin still throws the same exception. > > Still not sure what to do, I think I have a hunch what is going on... The Sun classes are trying to load the classes in the charset.jar dynamically, but is using either there own classloader or the system classloader, and if you have it loaded by the Merlin classloader, it won't be visible. Have you tried putting the charset.jar in "jre/lib/ext" ? How is a new charset registered? Is there a way to provide a Classloader? Niclas -- +---------//-------------------+ | http://www.bali.ac | | http://niclas.hedhman.org | +------//----------------------+ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
