Does anyone know how to decompile class built in using jdk1.4.2?

A

Andrew

I had tried to decompile using JAD or DJ Java decompiler. But I could
not obtain full source.
Please let me know excellent way how to decompile completely!!

Thanks in advance.
Regards.

-Andrew
 
D

david.karr

I had tried to decompile using JAD or DJ Java decompiler. But I could
not obtain full source.
Please let me know excellent way how to decompile completely!!

Thanks in advance.
Regards.

-Andrew

It's not possible. The process of decompiling only translates from
the data in the class file, which doesn't retain many aspects that are
present in the original source file.
 
J

Joshua Cranmer

Andrew said:
I had tried to decompile using JAD or DJ Java decompiler. But I could
not obtain full source.
Please let me know excellent way how to decompile completely!!

Thanks in advance.
Regards.

-Andrew

This is impossible unless you know how to read minds. The process of
compiling Java code -- or indeed, any code -- includes a part which
strips out comments. Automatically, that makes full-source-reproduction
impossible.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,904
Latest member
HealthyVisionsCBDPrice

Latest Threads

Top