On Thu, Aug 14, 2003 at 11:04:53AM +0200, Esther Parrilla Endrino wrote:
> Hi all,
> 
> Well my question is related to Xerces and to JNI too, I apologize if 
> maybe this is not the correst list to ask for...
> 
> I am doing and application in java that must use one class made in C++, 
> this class calls Xerces C++ to validate files.
> Everything is OK using JNI, but the only method that crashes is the one 
> that calls Xerces... :(
> 
> It crashes when it executes:
>        parser->parse(xmlFile);
> 
> I have checked that the file name is read ok in the C++ class from the 
> java application but when in this C++ class I try to parse the file it 
> crashes...
> 
> Does someone found the same error somewhere?
> Do you know a debugging tool that I can use with JNI?
> 
> Thanks in advance,
> 
> esther

Do you use SUN JVM under Linux?
if so switch to IBM's one

        Mirosław
-- 
Mirosław Dobrzański-Neumann
E-mail: [EMAIL PROTECTED]

This message is utf-8 encoded

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to