How to convert jar into class files and then to Java files
Thanks, Angela
Fred Abbot
Ranch Hand
Joined: Jun 01, 2000
Posts: 300
posted
0
A jar file is similar to a zip file where it holds other files so what you have to do is extract the .classs files from the jar then decompile them into .java files
Angela Jessi
Ranch Hand
Joined: Nov 27, 2000
Posts: 428
posted
0
Which command or tool I should use to extract .class files from jar file. Thanks Angela
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
Angela Jessi
Ranch Hand
Joined: Nov 27, 2000
Posts: 428
posted
0
Thanks to all. I extracted class files from jar file. Now I have one decompiler tool called jad. But I don't trust enough in this tool. do you know best way to decompile class files into java files. Thanks angela
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.