Try to invoke main class org.jetbrains.java.decompiler.main.decompiler.ConsoleDecompiler manually

java -cp java-decompiler.jar org.jetbrains.java.decompiler.main.decompiler.ConsoleDecompiler myclassfile.class .

Also you can find more about internal usage of Fernflower inside IDEA by query in source code https://github.com/JetBrains/intellij-community/search?utf8=%E2%9C%93&q=Fernflower

Answer from qwazer on Stack Overflow
🌐
JitPack
jitpack.io › p › fesh0r › fernflower
JetBrains / fernflower Download
java -jar fernflower.jar -dgs=1 c:\Temp\binary\library.jar c:\Temp\binary\Boot.class c:\Temp\source\
Discussions

Fernflower and IntelliJ IDEA's java-decompiler - Stack Overflow
I'm trying to figure out how to use the Fernflower Java decompiler. I can find java-decompiler.jar at the following location: ~/idea-IC-162.1628.40/plugins/java-decompiler/lib/java-decompiler.jar... More on stackoverflow.com
🌐 stackoverflow.com
How To Download & Decompile Gamepack With Fernflower?
So I am trying to extract the Gamepack.jar decompiled and refactored, which seems to be really easy for Fernflower but I can't seem to get things working... More on rune-server.ee
🌐 rune-server.ee
4
December 26, 2018
How To Download & Decompile Gamepack With Fernflower?
So I am trying to extract the Gamepack.jar decompiled and refactored, which seems to be really easy for Fernflower but I can't seem to get things working... More on rune-server.org
🌐 rune-server.org
4
December 26, 2018
New open source Java decompiler
Why didn't you just contribute these changes to Fernflower rather than forking? More on reddit.com
🌐 r/java
40
219
April 29, 2022
🌐
JetBrains
youtrack.jetbrains.com › issue › IDEABKL-7588
Jetbrains
March 2, 2021 - {{ (>_<) }} This version of your browser is not supported. Try upgrading to the latest stable version. Something went seriously wrong
🌐
Mkyong
mkyong.com › home › java › how to decompile class in java
How to decompile class in Java - Mkyong.com
July 1, 2021 - $ git clone https://github.com/fesh0r/fernflower $ cd fernflower # build the source code using Gradle build tool $ gradle build # the fernflower.jar at build/lib/
🌐
YouTube
youtube.com › watch
How to create fernflower JAR and decompile Kotlin class to Java using a command line? - YouTube
fernflower is used internally by Intellij IDEA as a decompiler. If you have a use case to decompile Kotlin classes to Java using the command line, this video...
Published   April 21, 2021
🌐
Maven Repository
mvnrepository.com › artifact › org.jboss.windup.decompiler › decompiler-fernflower › 2.3.0.Final
Maven Repository: org.jboss.windup.decompiler » decompiler-fernflower » 2.3.0.Final
Home » org.jboss.windup.decompiler » decompiler-fernflower » 2.3.0.Final · Windup Engine Decompiler Fernflower · Note: There is a new version for this artifact · Maven · Gradle · SBT · Mill · Ivy · Grape · Leiningen · Buildr · Scope: compile · test · provided ·
Find elsewhere
🌐
Rune-Server
rune-server.ee › forums › runescape development › rs2 server › help
How To Download & Decompile Gamepack With Fernflower?
December 26, 2018 - So I am trying to extract the Gamepack.jar decompiled and refactored, which seems to be really easy for Fernflower but I can't seem to get things working...
🌐
Bytecode
the.bytecode.club › showthread.php
FernFlower - CLI Java Decompiler
July 17, 2014 - FernFlower has recently become open sourced, you can view the repo at https://github.com/JetBrains/intellij-co...decompiler If you're looking for GUI FernFlower, download Bytecode Viewer - https://github.com/Konloch/bytecode-viewer/releases Basic Decompile: ... java -jar fernflower.jar ...
🌐
GitHub
github.com › JetBrains › fernflower
GitHub - JetBrains/fernflower: Decompiler from Java bytecode to Java, used in IntelliJ IDEA.
The Fernflower IDE plugin is bundled in IntelliJ IDEA. Open any .class file and you should see the decompiled Java source code: this is Fernflower in action. The plugin is also open-source and can be found here. java -jar fernflower.jar [-<option>=<value>]* [<source>]+ <destination>`
Starred by 4.1K users
Forked by 715 users
Languages   Java
🌐
GitHub
github.com › 6168218c › FernflowerUI
GitHub - 6168218c/FernflowerUI: The fernflower decompiler with GUI.
November 16, 2021 - Save the Jar file by clicking the Save button.
Starred by 109 users
Forked by 21 users
Languages   C++ 82.6% | C 17.4%
🌐
GitHub
github.com › fesh0r › fernflower
GitHub - fesh0r/fernflower: Unofficial mirror of FernFlower Java decompiler (All pulls should be submitted upstream)
java -jar fernflower.jar -dgs=1 c:\Temp\binary\library.jar c:\Temp\binary\Boot.class c:\Temp\source\
Starred by 3.8K users
Forked by 699 users
Languages   Java
🌐
JetBrains
youtrack.jetbrains.com › issue › IDEA-175638 › Please-release-fernflower-decompiler-as-a-standalone-jar
Please release fernflower decompiler as a standalone jar
{{ (>_<) }} This version of your browser is not supported. Try upgrading to the latest stable version. Something went seriously wrong
🌐
Rune-Server
rune-server.org › forums › runescape development › rs2 server › help
OSRS - How To Download & Decompile Gamepack With Fernflower? | Rune-Server
December 26, 2018 - So I am trying to extract the Gamepack.jar decompiled and refactored, which seems to be really easy for Fernflower but I can't seem to get things working...
🌐
Reddit
reddit.com › r/java › new open source java decompiler
r/java on Reddit: New open source Java decompiler
April 29, 2022 -

Hello! Today I'm happy to announce the release of a project that me and my friends have been working on over the course of the last year, Quiltflower! Originally intended just for use with the QuiltMC toolchain with Minecraft, Quiltflower quickly expanded to be a general purpose java decompiler aiming to create code that is as accurate and clean as possible. If the name sounds familiar it's because Quiltflower is a fork of Fernflower, the (in)famous decompiler that was developed by Stiver, maintained by Jetbrains, and became the default decompiler in Intellij IDEA. Fernflower also quickly found its way into many other tools. After many frustrations with it myself with its decompiled code structuring and quality I decided to do something about it, and here we are! Over the past year, Quiltflower has added support for features such as modern string concatenation, a code formatter, sealed classes, pattern matching, switch expressions, try-with-resources, and more. Quiltflower also focuses on the code quality of the decompiled output, and takes readability very seriously. We'd greatly appreciate it if you'd give it a try, with our Intellij Plugin, as a standalone jar, or on our maven. While it has come a long way it's still a work in progress, and feedback can be reported on our issue tracker.

Here's a comparison of Fernflower and Quiltflower's output.

I'd also like to thank the MinecraftForge Team for creating ForgeFlower, the fork that QuiltFlower was based on, and Lee Benfield for creating CFR and it's truly incredible test suite.

🌐
npm
npmjs.com › package › fernflower
fernflower - npm
A fernflower <jarFile> <outputDir> cli can be installed with npm install -g fernflower ·
      » npm install fernflower
    
Published   Apr 01, 2016
Version   1.1.0
Author   Romain Beaumont