Hi, What kind of native library are you loading ? (Sorry, I don't know the former emails!) If you working on Unix and you are loading a shared lib you must ensure that the path to the lib is know to the tomcat process. Either you configure the tomcate environment (catalina) or use the LD_LIBRARY_PATH environment variable. Manipulating an environment variable is not the best idea because it effects the whole system - and this is neither allowed nor requested. This should also work for Windows where the path to the dll must be provided either in the catalina.bat file or by modifying the system wide path.
franzR -----Urspr�ngliche Nachricht----- Von: Andreas Hirner [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 24. Juni 2002 12:33 An: Tomcat Users List Cc: [EMAIL PROTECTED] Betreff: SV: Native library cannot be loaded twice Hi, > Usatisfied link error means that it is not finding it or something it > relies on. > Hermod Ok. But in order to make sure I loaded the native library successfully, would you agree with me that I took the right steps? I am not that familiar with tomcat and appreciate any hint. Andreas -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
