Hi all. I've developed a java package that uses some external java
libraries. I've made a jar file that include all in one file.
Now I want to use this classes I've developed in an ASP webpage.
I've found how to use a class file (by copying the class file in
c:/winnt/java/trustlib/).
But I want to use the jar file.
Any idea? I dont want to have a directory tree with all the class files
into the jar. I want to copy only the jar. Is it possible?
TA.