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.txtYou can also list *.jar file content by this commandjar tf file.jar