aspose file tools
The moose likes Java in General and the fly likes Java  Class files convert to Java source code Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Java  Class files convert to Java source code" Watch "Java  Class files convert to Java source code" New topic
Author

Java Class files convert to Java source code

Shabbir Anjum
Greenhorn

Joined: Jan 06, 2004
Posts: 9
Hi,

any body have some software url. who convert class files to java source code files,

thanks
[ August 18, 2008: Message edited by: shabbir anjum ]

Senior Software Engineer,<br /><a href="http://www.weaveyourwebdreams.com/" target="_blank" rel="nofollow">http://www.weaveyourwebdreams.com/</a><br />Cell# +92 321 49 293 54
Nitesh Kant
Bartender

Joined: Feb 25, 2007
Posts: 1638

The technology is called decompilation. There are many decompilers available, like:
cavaj
jad

BTW, this is not the correct forum for your post.(CarefullyChooseOneForum) It probably belongs to Java Intermediate.
[ August 18, 2008: Message edited by: Nitesh Kant ]

apigee, a better way to API!
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35443
    
    9
Note that the more popular free decompilers (like jad and Jode) are stuck in the Java 1.4 world, and will ignore Java 5 features. So their value isn't what it used to be.
[ August 19, 2008: Message edited by: Ulf Dittmer ]

Android appsImageJ pluginsJava web charts
 
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: Java Class files convert to Java source code
 
Similar Threads
convert java source or class to executable
Class definitions 2 source
Best Java Decomplier
converting back class file to Java file??
convert java files from windows to linux