Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Really executable capsules don't work #13

Closed
pron opened this issue Aug 12, 2014 · 1 comment
Closed

Really executable capsules don't work #13

pron opened this issue Aug 12, 2014 · 1 comment
Labels

Comments

@pron
Copy link
Contributor

pron commented Aug 12, 2014

No description provided.

@pron
Copy link
Contributor Author

pron commented Aug 12, 2014

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.

@pron pron closed this as completed Aug 12, 2014
@pron pron added the bug label Aug 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant