Re: decompiling class files
- From: "Aryeh M. Friedman" <Aryeh.Friedman@xxxxxxxxx>
- Date: Fri, 02 Nov 2007 01:29:59 -0000
On Nov 1, 8:34 pm, Sherman Pendley <spamt...@xxxxxxxxxxx> wrote:
"Aryeh M. Friedman" <Aryeh.Fried...@xxxxxxxxx> writes:
In switch machines I lost a critical set or source code but I still
have the .class files is there anyway decompile them and/or make my
life a little easier instead of a ground up rewrite (will take maybe 4
hours)
Decompilers exist, but you'd have to google around (for "java decompiler"),
download one, install it, spend some time getting familiar with it, etc.
And after you were done, you'd have only the .java files - you'd still have
to recreate the IDE project, ant file, or whatever other build environment
you used for it.
You'd be just as well off doing the four-hour rewrite, IMHO.
Took 45 mins with Jad. Very obvious command line interface (jad
*.class) and then just some file manipulation to move it back to the
right location.... Since I don't use an IDE it was probably easier
then typical
.
- References:
- decompiling class files
- From: Aryeh M. Friedman
- Re: decompiling class files
- From: Sherman Pendley
- decompiling class files
- Prev by Date: Re: Source Safe/ Subversion / ?
- Next by Date: Re: How to authenticate on a Windows Domain?
- Previous by thread: Re: decompiling class files
- Next by thread: Re: Java Applets to JSP Conversion
- Index(es):
Relevant Pages
|