This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Bindings (decompilation into Java)


Hoehle, Joerg-Cyril <Joerg-Cyril.Hoehle@t-systems.com> wrote:
> I'm surprised that this works for you.
> 
> I once tried decafe (a shareware tool) on a little Kawa code and found
> that there were instructions (bytecode sequences) that it could not
> turn into Java code.

Usually one of "jad -p" or "jode" works.  If that doesn't work then just
looking at the disassembled code is useful, e.g. "jad -p -dis".

Regards,
Chris Dean


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]