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

When confusing the packaged jar package of springboot maven, the BOOT… #50

Closed
wants to merge 1 commit into from

Conversation

Lvbuqing
Copy link

@Lvbuqing Lvbuqing commented Nov 1, 2023

When confusing the packaged jar package of springboot maven, the BOOT INF/lib/directory will store the jar package we rely on. If ZipEntry. STORED is not set, it will result in an error that the jar package cannot be read. The error is as follows:
Caused by: java. lang. IllegalState Exception: Unable to open nested entry 'BOOT INF/lib/aaaa. jar'. It has been compressed and nested jar files must be stored without compression Please check the mechanism used to create your executable jar file

… INF/lib/directory will store the jar package we rely on. If ZipEntry. STORED is not set, it will result in an error that the jar package cannot be read. The error is as follows:

Caused by: java. lang. IllegalState Exception: Unable to open nested entry 'BOOT INF/lib/aaaa. jar'. It has been compressed and nested jar files must be stored without compression Please check the mechanism used to create your executable jar file
@Lvbuqing
Copy link
Author

Lvbuqing commented Nov 1, 2023

This is the jar compression situation after spring boot packaging:
image

This is the jar compression situation after Skidfuscator packaging:
image

It has been proven that the jar package created by Skidfuscator has compressed [lib/*. jar], which prevents it from being read during startup and leads to startup failure

@Lvbuqing Lvbuqing closed this by deleting the head repository Nov 28, 2023
terminalsin added a commit that referenced this pull request Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants