You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it turns out, while JarFile can manage arbitrary file headers (necessary for really executable JARs), neither the Zip FS, nor JarInputStream do. So we've had to abandon ZipFS, and we're now using JarInputStream, only we skip in the stream to the beginning of the first ZIP header before passing it to JIS.
No description provided.
The text was updated successfully, but these errors were encountered: