Can I decompile my own source using IdeaJad?
I sometimes like to use Jad to examine the bytecode that the compiler generated for a given class that I've written. Does IdeaJad support this use case?
The reason I ask is that Goto -> Class will simply open the original .java file in an editor window, and the corresponding .class file does not appear in the classpath view.
Please sign in to leave a comment.
Kendall Collett wrote:
Kendall,
just create a secondary project whose paths include the classes the
first project creates, but not the sources.
Edo