PASE - how to remove file from *.jar archive

By kimot, 27 December, 2022

If you need to remove some file from *.jar archive then simplest way is to use zip command

zip -d file.jar some_file.txt

You can also list *.jar file content by this command

jar tf file.jar