The jar file I have is a ".jar" file however it is a compressed jar file
- does this matter?
I seem to remember something about having to explictily add compressed
jar files to a classpath where as the jvm would find all the
uncompressed jar files in a directory if you just passed it the
directory name.
Thanks
joe
On 24 Jul 2001 19:20:12 +0100, Andrew Inggs wrote:
> Joseph D Toussaint wrote:
> > It's my understanding that any jar files in the WEB-INF/lib directory
> > should be found by the container when the app is deployed - however I
> > havea jdbc driver in that directory and I'm getting a class not found
> > exception.
>
> What's the name of the JDBC file? If it ends in .zip try renaming it
> to .jar.
>
> See, for example,
> http://www.mail-archive.com/[email protected]/msg27920.html
>
> -- Andrew
--
##############################
# Joseph Toussaint #
# Caribou Lake Software #
# http://www.cariboulake.com #
# [EMAIL PROTECTED] #
# 952-837-98029 #
##############################