| Author |
how to extract multi files from a jar file
|
Howie Jiang
Greenhorn
Joined: Aug 25, 2003
Posts: 26
|
|
I am trying to extract some files from a jar file using jar xf xxx.jar I have some problems here. 1) how can I extract all the files with ending .properties? I try "jar xf xxx.jar com/aaa/bbb/*.properties", but failed. 2) how can I avoid specify the full path? for example extract all the property files in any path. Any one can help? Thanks very much [ March 16, 2005: Message edited by: Howie Jiang ]
|
 |
 |
|
|
subject: how to extract multi files from a jar file
|
|
|