Re: problems loading library

2008-02-01 Thread David Bertoni
logancillo wrote: hi Dave, thx for your response! i build again xalan-c and xerces-c from sources generating libxalanc.so and libxercesc.so, copied into /usr/lib and linked in my c project, and it worked! well, almost! ;) this is implementation code: This is not a Java development newsgroup, so

Re: problems loading library

2008-02-01 Thread logancillo
hi Dave, thx for your response! i build again xalan-c and xerces-c from sources generating libxalanc.so and libxercesc.so, copied into /usr/lib and linked in my c project, and it worked! well, almost! ;) this is implementation code: JNIEXPORT void JNICALL Java_es_yell_frontlite_mvc_View_Renderi

Re: problems loading library

2008-01-31 Thread David Bertoni
logancillo wrote: hi everybody, can anybody explain me what is the significant of this error?: Exception UnsatisfiedLinkError al inicializar el servlet Controlador: /home/alonso/curro/XalanC_Engine/dist/Debug/GNU-Linux-x86/libXalanC_Engine.so: /home/alonso/curro/XalanC_Engine/dist/Debug/GNU-Lin

Re: problems loading library

2008-01-31 Thread logancillo
ok, now i m sure where is the problem, It happens when this line happens // Call the static initializer for Xerces. /* XMLPlatformUtils::Initialize(); and launch this exception: Exception UnsatisfiedLinkError al inicializar el servlet Controlador: /home/alonso/curro/XalanC_Engine/di