| Author |
How to create and open .jar files
|
matt or
Greenhorn
Joined: Sep 11, 2004
Posts: 5
|
|
Hi all, I'm the beginner of JAVA programming. as the topic, could any one can show me Thanks Matt
|
 |
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9033
|
|
Sun has a tutorial on jars. The basic format of the command for creating a JAR file is: jar cf jar-file input-file(s) The basic format of the command for viewing the contents of a JAR file is: jar tf jar-file [ September 12, 2004: Message edited by: Marilyn de Queiroz ]
|
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
|
 |
 |
|
|
subject: How to create and open .jar files
|
|
|