O
:-o
Thanks,
In java code, is there some way to untar (decompress) a tar file?
I thought Runtime.getRuntime().exec'ing on jar.exe executable with -xvf <jar
filename> might get it, but it won't.
Also tried renaming tar extension to jar and no luck.
I need to run this in java and windows O/S.
Frank
In java code, is there some way to untar (decompress) a tar file?
I thought Runtime.getRuntime().exec'ing on jar.exe executable with -xvf <jar
filename> might get it, but it won't.
Also tried renaming tar extension to jar and no luck.
I need to run this in java and windows O/S.
Frank