Remove File Jar
If you want to remove files from existing jar file please use below commands as jar is nothing but zip file with different name with jar extension:
C:\>zip -d jarfilename.jar file_to_delete.xml
If you want to remove files from existing jar file please use below commands as jar is nothing but zip file with different name with jar extension:
C:\>zip -d jarfilename.jar file_to_delete.xml