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 Sunkara

Location: Pune, India
Email   : [EMAIL PROTECTED]



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



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 about our
carrier-grade messaging products.

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


RE: jaring a zip file

2004-09-22 Thread Joseph Samuel

1) Extrat the zip to a temporary folder preserving the directory structure.
2) Take command propmt, go to the the above temporary folder and give the
command jar -cf myjar.jar *

rename myjar.jar as the name of the jar that you want.


-Original Message-
From: Shanti Priya [mailto:[EMAIL 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 local
system and tomcat 4.1.18 is the version i am using to deploy.

Thanks  Regards,
Shanti Priya Sunkara

Location: Pune, India
Email   : [EMAIL PROTECTED]



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



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



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 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 Sunkara

 Location: Pune, India
 Email   : [EMAIL PROTECTED]



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



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