How do you convert jar file to text file?

Answer:
what is the purpose of converting jar file into text? means what are you trying to find by converting it. you can not see original java code because jar file is the collection of archive form of java .class files (compiled java file).

And you can not read .class file
First answer by Ankur44in. Last edit by Ankur44in. Contributor trust: 1 [recommend contributor recommended]. Question popularity: 55 [recommend question].