Как удалить файл внутри файла JAR в Linux
zip -d file.jar unwanted_file.txt
Homeless Hummingbird
zip -d file.jar unwanted_file.txt