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