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
This is done by prepending a shell script to the resulting jar file that executes itself through java. Such a shell script could in its simplest form look like this:
#!/bin/sh
exec java -jar "$0" "$@"
A default script should be provided, but it should be possible to override this with one's own.
As the ZIP-spec states that a zip-file can have anything before the real zip begins, it should not pose a problem doing this all the time. This means there is no use for an option turning this on/off.
The text was updated successfully, but these errors were encountered:
This is done by prepending a shell script to the resulting jar file that executes itself through java. Such a shell script could in its simplest form look like this:
A default script should be provided, but it should be possible to override this with one's own.
As the ZIP-spec states that a zip-file can have anything before the real zip begins, it should not pose a problem doing this all the time. This means there is no use for an option turning this on/off.
The text was updated successfully, but these errors were encountered: