| Author |
how to tar files from within the java program?
|
Andrew Paul
Greenhorn
Joined: Jun 17, 2006
Posts: 5
|
|
Hello! Within a complex process I have to tar a lot of files. Is there a possibility to do it? I have only found java.util.zip and java.util.jar but not .tar. Or is the result of using java.util.jar the same as the tar-result? Thank you for your tipps and hints? Kind regards Andrew Paul
|
Diplomacy is to say "Goood doggie" - until you find a stone.
|
 |
Edwin Dalorzo
Ranch Hand
Joined: Dec 31, 2004
Posts: 961
|
|
Take a look at Java Tar Package There is also an ant task that creates tar file, that, too, might help you. Good luck!
|
 |
Andrew Paul
Greenhorn
Joined: Jun 17, 2006
Posts: 5
|
|
Thanks a lot. Also for the "good luck". I'll try it! Kind regards Andrew Paul
|
 |
 |
|
|
subject: how to tar files from within the java program?
|
|
|