Decompiling a .class file
807591Mar 19 2008 — edited Mar 19 2008I 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?