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

[456 byte] By [johnlin31] at [2007-9-26 8:45:32]
# 1
Please check this www.developer.iplanet.com/viewsource/rodrigues_javanative_p.html
elaklos at 2007-7-1 19:36:16 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2
thanks for the reply, but the link is a dead link.. :(
johnlin31 at 2007-7-1 19:36:16 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 3
Sorry, my mistake.Go to www.iplanet.comhome page . From home go to developers and do search for jni.There are several articles and one of them is "Calling Native Methods From Server-Side Java"
elaklos at 2007-7-1 19:36:16 > top of Java-index,Java HotSpot Virtual Machine,Specifications...