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
[EMAIL PROTECTED]
http://members.home.net/john.ahrens
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]