I don't want to create a 'default manifest file', I just want to load the Manifest file(which I already created as per my requirements) into the JAR as it is. I used the command JAR uf, the MANIFEST.MF is not even loaded into the JAR. And then I tried JAR cvf, the MANIFEST.MF file was loaded with modified data(probably default manifest). What is the correct command to load MANIFEST.MF file into a JAR?
Also, the other files in JAR are .xml, .data, .properties which are all loaded successfully.