You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Dominik Enkelmann <do...@next.it> on 2000/04/05 15:07:50 UTC

Problem including .jar files

I want to include a .jar file in my application. I tried to place it like
this

   webapps/myApp/WEB-INF/lib/myJar.jar

the classes inside the myJar.jar file are not found. It works when i include
the file in the classpath on tomcat startup. Is this a bug or did i
something wrong?

Im using tomcat from the source distribution zipfile dated 27.03.2000 on
Windows NT.

Dominik