Sorry - I think I misunderstood - when you wrote "some type of http in front of it" I thought you meant putting "http://" in front of the path to the DLL... did you mean what
you should put around the code in the page instead?
You should use a JSP declaration tag (<%! ... %>) to include the code to load the library in your page, something like:
(Though again, doing this in a JSP isn't a good design decision...)
[ June 05, 2006: Message edited by: Nathan Pruett ]