| Author |
java.util.zip and sfx archives
|
robert isidorson
Greenhorn
Joined: Sep 03, 2007
Posts: 19
|
|
|
I'm having problems with extracting zip archives that are sfx, self extracting archives, with java.util.zip. Anyone knows this problem?
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
I think the problem is that such a self extracting archive is not a ZIP file at all. It probably has a built-in ZIP file, with the self extracting part wrapped around it.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
robert isidorson
Greenhorn
Joined: Sep 03, 2007
Posts: 19
|
|
|
Are there any good alternatives to java.util.zip out there?
|
 |
 |
|
|
subject: java.util.zip and sfx archives
|
|
|