aspose file tools
The moose likes Other JSE/JEE APIs and the fly likes java.util.zip and sfx archives Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "java.util.zip and sfx archives" Watch "java.util.zip and sfx archives" New topic
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?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: java.util.zip and sfx archives
 
Similar Threads
zip decompression with j2me
jar file
how to extract rar or zip files in java?
Compress .zip using Java
Unzip problem .. please its urgent