I have a MyFile.jar file. I use JD-GUI to decompile it and used its "Save All Sources" options to save the files to a .zip file. Now extracted the .zip file and edited a .java file.
the folder structure after extracting .zip file is like this
_____ META-INF(folder)
source(folder) -------|
------com(folder)-->example--->App---> all .java files
now how do i recompile it back to .jar file ??