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
🌐
Bytecode
the.bytecode.club › showthread.php
FernFlower - CLI Java Decompiler
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 › 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
🌐
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 ·
🌐
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
🌐
Jar-download
jar-download.com
Download fernflower JAR files with all dependencies
Download JAR files for fernflower ✓ With dependencies ✓ Documentation ✓ Source code
Find elsewhere
🌐
GitHub
github.com › 6168218c › FernflowerUI
GitHub - 6168218c/FernflowerUI: The fernflower decompiler with GUI.
Save the Jar file by clicking the Save button.
Starred by 109 users
Forked by 21 users
Languages   C++ 82.6% | C 17.4%
🌐
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
🌐
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\
🌐
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
🌐
YouTube
youtube.com › wernerware
Fernflower Decompiler for Java - YouTube
Use Fernflower to decompile java code from .class and .jar files. This video shows you how to do it without IntelliJ Video notes: https://github.com/wernerwa...
Published   June 16, 2018
Views   5K
🌐
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. https://github.com/Velocity-/fernflower-improved doesnt contain the actual Fernflower.jar, do I need to download IntelliJ or Eclipse to build the jar file from there?
🌐
SoftTeco
softteco.com › home › java development › fernflower java decompiler
Fernflower Java Decompiler
July 3, 2025 - Home > Java Development > Fernflower Java Decompiler · 1 min read · Updated · 03.07.2025 · Author · SoftTeco Team · Share · java -jar fernflower.jar mms-stubs.jar mms-stubs-sources.jar · No posts for this criteria. Kotlin Development Company · READ MORE · Our Locations ·
🌐
JetBrains
plugins.jetbrains.com › plugin › 8047-decompile-and-attach
Decompile and Attach - IntelliJ IDEs Plugin | Marketplace
GitHub | Issues | decompiles jar package using Intellij's build in Fernflower decompiler and attaches decompiled sources to project. the purpose is to have a...