I've developped a JSP site with a database
interface. What I need now is to call a function of an external library DLL on
Win NT.
I tried to
load it via the LoadLibrary function of the System object, but I didn't seem to
work.
I'd really appreciate if someone could help me
:
1) how to load it, and how to pass it to the
Application object
2) how to call the function (BTW, it uses some
char pointers, so how could I translate these to Strings)
Thanks in advance
Sylvain
