October 17, 201312 yr wondering how to turn a .jar file script into a txt file and the same backwards
October 17, 201312 yr *.java -> *.class -> *.jar To go the other way you'd have to use a decompiler which runs the risk of loosing information and the script becoming broken. To go from java files to a jar, just use eclipse and export the jar file
October 17, 201312 yr just unzip a jar and then if you include the source files within the jar they will be there but if you don't you will have to decompile the .class files which is very easy.