Hi

I got it working without renaming the zip file.
But just sure that the file is in a directory oracle/jdbc/lib and that
you include the filename in your path :
for example : setenv CLASSPATH
${CLASSPATH}:/home/username/oracle/jdbc/lib/classes12.zip       

ERic

> Ganasen Gounden wrote:
> > I developed a custom servlet that uses the oracle classes12.zip class
> > file which works well with Jrun when I set the classpath. I am having
> > problems running it on Tom Cat 3.2.1. It might be that the zip file is
> > not recodnised. I looked for a download of a Jar file from oracle but
> > could not find one.
> > I unzipped the classes12.zip and the program worked but oviously this
> > is not how it must work. How can I solve this problem or how can I get
> > a Jar file?
> 
> Just rename the ZIP file to classes12.jar; ZIP and JAR are the same file
> format, just used for different things... :)
> 
> --
> Kurt Bernhard Pruenner --- Haendelstrasse 17 --- 4020 Linz --- Austria
> Music: http://www.mp3.com/Leak --- Work: http://www.ssw.uni-linz.ac.at
> .......It might be written "Mindfuck", but it's spelt "L-A-I-N".......
> np: Leak - Broken
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to