The “Java Decompiler project” aims to develop tools in order to decompile and analyze Java 5 “byte code” and the later versions.
JD-Core is a library that reconstructs Java source code from one or more “.class” files. JD-Core may be used to recover lost source code and explore the source of Java runtime libraries. New features of Java 5, such as annotations, generics or type “enum”, are supported. JD-GUI and JD-Eclipse include JD-Core library.
JD-GUI is a standalone graphical utility that displays Java source codes of “.class” files. You can browse the reconstructed source code with the JD-GUI for instant access to methods and fields.
JD-Eclipse is a plug-in for the Eclipse platform. It allows you to display all the Java sources during your debugging process, even if you do not have them all.
JD-IntelliJ is a plug-in for ? the IntilliJ IDE.
JD-Core, JD-GUI, JD-Eclipse and JD-IntelliJ are free for non-commercial use. This means that JD-Core, JD-GUI and JD-Eclipse shall not be included or embedded into commercial software products. Nevertheless, these projects may be freely used for personal needs in a commercial or non-commercial environments.
连接主页:》http://jd.benow.ca/
本文介绍了Java反编译项目中的JD-Core、JD-GUI、JD-Eclipse及JD-IntelliJ等工具,详细解释了它们的功能和用途,包括从.class文件反编译Java源代码、恢复丢失的源代码、探索运行时库源代码等,并特别提到了Java 5中新增特性的支持。
9964

被折叠的 条评论
为什么被折叠?



