An open API service indexing awesome lists of open source software.

https://github.com/moacirrf/nb-java-decompiler

Java Decompiler for Apache Netbeans.
https://github.com/moacirrf/nb-java-decompiler

decompiler decompiler-java java netbeans netbeans-ide netbeans-plugin

Last synced: 6 days ago
JSON representation

Java Decompiler for Apache Netbeans.

Awesome Lists containing this project

README

          

Java Decompiler for Netbeans ![master](https://github.com/moacirrf/nb-java-decompiler/actions/workflows/maven-publish.yml/badge.svg)
=====================================
Java Decompiler for Apache Netbeans supports two engines: **CFR** and **Fernflower**. A "Decompile" menu contains both options, and the editor popup/toolbar follow suit.

## Description
This is a very simple plugin, with only basic features. The latest release adds Fernflower alongside CFR; you can choose the engine from a submenu.
Contributions are welcome via PRs or issues.

- Apache Netbeans 17+
- JDK 17+

## Licenses
- NB Java Decompiler - GNU General Public License 3.0
- CFR – another java decompiler – MIT license
- Fernflower – Apache License 2.0 (source code bundled with plugin)

## Screenshots