Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Decompiling a .class file

807591Mar 19 2008 — edited Mar 19 2008
I used both programs DJ Java and cavaj to decompile a .class file.
I know that when you decompile the code it generates new variable names BUT i got a lot of weird jibberish code like
" if(l == 0)
{
byte0 = -1;
}
l -= byte0;
i1 += byte0;
}"

and other stuff like that.

Is there anyway i can decompile a .class file and see the code as to how it was originally written?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 16 2008
Added on Mar 19 2008
11 comments
1,280 views