Calling DLL from iplanet web server
I wrote a Java class to call a thrid party Java wrapper class for invoking DLL function calls. When I call this wrapper class from Java applications, it works fine, but when I try to call this from an Servlet, it gives me the following error.
-- java.lang.UnsatisfiedLinkError: no COROJDK11 in java.library.path
COROJDK11 is a DLL that the Java wrapper class uses.
Please advice or point me to the right path.
Regards

