Published
- 1 min read
how to remove a file inside jar file in linux
The solution for this is noted below
how to remove a file inside jar file in linux
Solution
zip -d file.jar unwanted_file.txt
Try other methods by searching on the site. That is if this doesn’t work