You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by affan <af...@freezone.co.uk> on 2001/02/12 13:25:15 UTC

jar-file

How i can make the jar file from a class file.


Re: jar-file

Posted by John Ahrens <jo...@john-ahrens.com>.
On Mon, 12 Feb 2001, you wrote:

> > How i can make the jar file from a class file.

jar cvf foo.jar foo.class

where:
   foo.jar is the name of the jar file you wish to create.
   foo.class is the class file you want to incorporate.

go to http://java.sun.com and search on jar for more details on the jar 
command.

-- 
John Ahrens
Sun Certified Programmer for the Java(tm) Platform
206.550.5349
john@john-ahrens.com
http://members.home.net/john.ahrens