Skip to Content
0
Former Member
Nov 19, 2003 at 03:58 PM

additional jar

78 Views

I have a jar that I want available for all my JSPs and Servlets. (jcifs.jar). There are classes I use within this jar that also require "javax.servlet.ServletResponse" to be within the same classpath. I know that there is are library.txt and reference.txt files for this, but not sure what the exact lines should read in both.

To sum up:

1) Jar jcifs.jar has to be available to all JSPs and Servlets regardless of application

2) Jar jcifs.jar has to have "javax.servlet.ServletResponse" available to it.

Any Help?

Nathan Zentner