All Questions
3 questions
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 ...
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(...
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 ...