Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
204 views

Compress using 7zip with password protection in java

I have an encrypted file which I need to compress using 7zip with password protection. I couldn't find any useful reference online. I'm new to this zip file stuff and I don't have an idea if this ...
Thejus32's user avatar
  • 351
2 votes
1 answer
96 views

Unable to delete file after using SevenZip.openArchive method in java

In my endpoint I receive the content of a file as String in format base64. Unzipping works fine with SevenZip library, no problems there. But after executing this line archive = SevenZip.openInArchive(...
S H's user avatar
  • 117
0 votes
0 answers
463 views

Reading a spring boot "jar" and/or changing (injecting a class to) a spring boot fat jar

By default, spring-boot builds a "fat" "jar" (not a normal jar). Is it possible to unjar a "fat" spring-boot jar? Is it possible to change a "fat" spring-boot jar? Obviously, my questions aren't ...
user2522941's user avatar