Click here to Skip to main content
15,912,837 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,

Is there any JAR decompiler available, which can decompile a class file 100%?

Thanks in advance.
Posted
Updated 19-Apr-10 20:37pm
v3

A JAR file is a compressed archive, like a zip file. See the following link for further details:

JAR Basics^
 
Share this answer
 
Extract the jar file (can use jar xf jar-file [archived-file(s)]) and decompile with DJ Java Decompiler.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900