I'm trying to unpack/extract an archive, which is supplied in my program, containing binaries. The copy from within the jar to the file works just fine, but when I try to extract the zip, it returns unexpectedly and only copies half of a file, and ignores the other file completely.I'm trying to unpack/extract an archive, which