I took an old jar file and edited it. Now i have a folder that has all the files and I want to recompile them back to a jar file. How do i do this?
A jar file is just a zip file with a few extra files. You Can use any zip utility to rejar an unjarred jar file.