| Author |
want to convert a bulk amount of .class files to .java files
|
karthik sreeram
Greenhorn
Joined: Jul 10, 2006
Posts: 9
|
|
hi , i want to convert a huge number[ 4000 ] of .class files into .java files , is there any tool or any way to do this at a time , please , reply me , if u know about it and guide me to solve this, bye,.... thanks in advance
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16483
|
|
The tools you are looking for are called "decompilers". So try a web search with the key words "java decompiler". And don't expect the output of a decompiler to be the exact source code used to create the .class file in the first place. You will just get some source code that works.
|
 |
Jaime M. Tovar
Ranch Hand
Joined: Mar 28, 2005
Posts: 133
|
|
|
Hi, I use cavaj, is fairly good and free. You can look for it on google, is like 95-99% reliable.
|
She will remember your heart when men are fairy tales in books written by rabbits.<br /> As long as there is duct tape... there is also hope.
|
 |
ak pillai
author
Ranch Hand
Joined: Feb 11, 2006
Posts: 288
|
|
|
DJ Java Decompiler is a good tool.
|
java j2ee job interview questions with answers | Learn the core concepts and the key areas
|
 |
Rajah Nagur
Ranch Hand
Joined: Nov 06, 2002
Posts: 239
|
|
|
JODE is an excellent one. Reliability is very high.
|
You can't wake a person who is <b><i>pretending</i></b> to be asleep.<br />Like what <b>"it"</b> does not like - <i> Gurdjieff </i>
|
 |
Casper Maxwell
Ranch Hand
Joined: Aug 04, 2005
Posts: 88
|
|
And here is a list of Java decompilers: http://www.java-tips.org/java-applications/java-decompiler/
|
<a href="http://computer-engineering.science-tips.org" target="_blank" rel="nofollow">Computer Engineering</a>, <a href="http://civil-engineering.science-tips.org" target="_blank" rel="nofollow">Civil Engineering</a>, <a href="http://medicine.science-tips.org" target="_blank" rel="nofollow">Medicine</a> Tips.
|
 |
karthik sreeram
Greenhorn
Joined: Jul 10, 2006
Posts: 9
|
|
Hi, thank u , one and all, what i want exactly is ,i have a bulk file[zip or jar...] or a folder containing large numger of class files , i want to convert one bulk file or folder at a time to .java file, among those decompilers which one is best fit to solve my problem. okay ,friends thank u every one, byeeeeeeeee
|
 |
 |
|
|
subject: want to convert a bulk amount of .class files to .java files
|
|
|