Impossible to read rt.jar classes?
Hi,
I noticed that recent versions of the rt.jar from Sun are compressed in a way making it impossible to extract files from it?
I need to do this from a Java tool I am creating, but I end ut with a:
java.util.zip.ZipException: invalid CEN header format
And when trying to extract files using winzip I get a CRC error...
I suppose this is a way of protecting the holy rt.jar file from evil hackers or virus programs or something, but for me it is quite frustrating!
I really need to extract these files programatically, are there any workarounds? And, how was this extraction protection added in the first place?

