Possible Duplicates:
How do I “decompile” Java class files?
class file to java file conversion
I want to convert a .class file to its .java equivalent. What can I do to see the code/java file?
I want to convert a .class file to its .java equivalent. What can I do to see the code/java file? |
||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
This site might help: http://www.showmycode.com/ Never used it thou. |
|||
|
|
|
|||
|
|
|
If you're using Eclipse it will decompile .class files for you. See this question and take a look at VonC's answer. |
|||
|
|
|
I recommend DJ Java Decompiler |
|||
|
|
|
The best decompiler I know and use is "jad": http://www.varaneckas.com/jad |
|||
|
|