This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Java in General and the fly likes how to convert .class file to source file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "how to convert .class file to source file" Watch "how to convert .class file to source file" New topic
Author

how to convert .class file to source file

mohan cheepu
Ranch Hand

Joined: Nov 15, 2007
Posts: 49
i want to .class file to source file. if any tool is their. please give suggestion me.pls urgent
abhishek pendkay
Ranch Hand

Joined: Jan 01, 2007
Posts: 184
Hi mohan
posting the same question in multiple forums and using the words 'urgent' rerely help so try to avoid them
anyway you have decompilers avaiable for converting the .class files into source code , you can do a google search and you will find plenty of them out there , the one i am using is Cavaj DeCompiler which is pretty good


The significant problems we face cannot be solved by the same level of thinking which created them – Einstein
SCJP 1.5, SCWCD, SCBCD in the making
 
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.
 
subject: how to convert .class file to source file
 
Similar Threads
What's wrong??
class file to source file
About Try-Catch
Class to java conversion
A very simple question (Please Answer)