[Ikvm-developers] xerces.jar to dll : access to resource XMLMessages.properties
Brought to you by:
jfrijters
|
From: Wolf C. <Chr...@im...> - 2006-08-23 08:57:00
|
Hello, =20 Here is the description of my problem: =20 I converted the java xerces library to a .net assembly with the ikvmc tool to use into my C# project. =20 I wrote some code lines which uses classes from the xerces library (load xml files). All Works well.=20 =20 But..but..If an exception is generated from one this xerces class (for example, one of the xml file isn't wellformed),=20 the error message is always the same: =20 Bundle org.apache.xerces.impl.msg.XMLMessages not found for locale fr_CH by classloader...etc =20 Apparently the application cannot found the xmlMessages.properties resource file which contain=20 All the xerces error messages. It's very strange because this xmlMessages.properties file seems to be present In the xerces dll. =20 =20 I searched in the mailing list archive if someone had already the same problem but I didn't found something Helpful. =20 Does somebody an idea how to resolve this problem? =20 Thanks in advance for all your answers! |