Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question
Possible duplicate of how-do-i-decompile-java-class-files – asgs Mar 27 '11 at 18:51

marked as duplicate by Joe, Greg Hewgill, andersoj, skaffman, Carlos Heuberger Mar 27 '11 at 20:08

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.

6 Answers

This site might help: http://www.showmycode.com/ Never used it thou.

share|improve this answer
Thank You...its perfect... – Bhavin2887 Mar 27 '11 at 18:54
share|improve this answer
ya i got what i wanted..Thnx a lot.. – Bhavin2887 Mar 27 '11 at 19:04

Cavaj cavaj It works pretty good

share|improve this answer

If you're using Eclipse it will decompile .class files for you. See this question and take a look at VonC's answer.

share|improve this answer

I recommend DJ Java Decompiler

share|improve this answer

The best decompiler I know and use is "jad": http://www.varaneckas.com/jad

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.