Hasty Briefsbeta

Java Decompiler

4 days ago
  • #Java
  • #OpenSource
  • #Decompiler
  • The Java Decompiler project develops tools to decompile and analyze Java 5+ bytecode.
  • JD-GUI is a standalone graphical tool for viewing Java source code from .class files.
  • JD-Eclipse is an Eclipse plugin that displays Java sources during debugging, even without original source files.
  • JD-Core is a library that reconstructs Java source code from .class files, supporting Java 5 features like annotations and generics.
  • JD-GUI and JD-Eclipse incorporate the JD-Core library.
  • All tools (JD-Core, JD-GUI, JD-Eclipse) are open-source under the GPLv3 License.
  • The project encourages donations if the tools have been helpful.