jaring a zip file

2004-09-22 Thread Shanti Priya
Hi!! I have a zip file classes12.zip which i want to convert into a jar file and copy in my $CATALINA_HOME/common/lib . If i rename it ,it's not working properly. I have oracle 9i on my local system and tomcat 4.1.18 is the version i am using to deploy. Thanks Regards, Shanti Priya

Re: jaring a zip file

2004-09-22 Thread Roberto Cosenza
Unzip it and then run jar -cvf filename.jar theoldfiles to create a new jar -- Roberto Cosenza Infoflex Connect AB, Sweden Tel: +46-(0)8-55576860, Fax: +46-(0)8-55576861 -- Nordic Messaging Technologies is a trademark of Infoflex Connect. Please visit www.nordicmessaging.se for more information

RE: jaring a zip file

2004-09-22 Thread Joseph Samuel
PROTECTED] Sent: Wednesday, September 22, 2004 1:33 PM To: Tomcat-User Subject: jaring a zip file Hi!! I have a zip file classes12.zip which i want to convert into a jar file and copy in my $CATALINA_HOME/common/lib . If i rename it ,it's not working properly. I have oracle 9i on my

Re: jaring a zip file

2004-09-22 Thread Antony Paul
Go to command prompt and rename it. It will work. Make sure that the extension is .jar. rgds Antony Paul - Original Message - From: Shanti Priya [EMAIL PROTECTED] To: Tomcat-User [EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 1:32 PM Subject: jaring a zip file Hi!! I