http://java.decompiler.free.fr/
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 freeware 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-Core, JD-GUI and JD-Eclipse 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.
JavaDecompiler项目旨在开发工具以反编译并分析Java 5及更高版本的字节码。JD-Core是一款开源库,可以从一个或多个“.class”文件中重构Java源代码。JD-GUI是一个独立的图形工具,用于显示“.class”文件的Java源代码。JD-Eclipse是Eclipse平台的一个插件,允许在调试过程中显示所有Java源代码。
777

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



