๐ŸŒ
Java Decompilers
javadecompilers.com
Java decompiler online
Java decompilers online: *JAD, *JDCore, *Procyon, *Fernflower, *CFR. โœ“ A user interface to extract source code from .class and .jar โ€˜binaryโ€™ files.
People also ask

How do I decompile a JAR file online?
Upload your .jar file, wait for decompilation to complete, then download the generated source ZIP.
๐ŸŒ
jar.tools
jar.tools โ€บ jar-decompiler
Java Decompiler Online | Decompile JAR to Java Source
Can I decompile a single .class file instead?
Yes. Use the Class Decompiler tool for one-off class files.
๐ŸŒ
jar.tools
jar.tools โ€บ jar-decompiler
Java Decompiler Online | Decompile JAR to Java Source
Does it work with large or obfuscated JARs?
Large archives can take longer and may hit free-tier limits. Obfuscated bytecode may still decompile, but output can be harder to read.
๐ŸŒ
jar.tools
jar.tools โ€บ jar-decompiler
Java Decompiler Online | Decompile JAR to Java Source
๐ŸŒ
Jdec
jdec.app
JDec - Java Decompiler Online
JDec is a online Java decompiler that provides a fast way to decompile JAR files. Instant access to the files, no need to wait. Also supports downloading decompiled java code.
๐ŸŒ
Javainuse
javainuse.com โ€บ decomp
Java Decompiler Online
A Java decompiler is a specialized tool that reconstructs Java source code from compiled bytecode (.class files). This online decompiler uses CFR (Class File Reader), one of the most advanced Java decompilers, to reverse-engineer bytecode into human-readable Java source code.
๐ŸŒ
Java Decompiler
java-decompiler.github.io
Java Decompiler
The โ€œJava Decompiler projectโ€ aims to develop tools in order to decompile and analyze Java 5 โ€œbyte codeโ€ and the later versions.
๐ŸŒ
Jar
jar.tools
JAR Tools โ€” Online Java Decompiler, JAR Editor & Viewer
We cannot provide a description for this page right now
๐ŸŒ
JAR Tools
jar.tools โ€บ jar-decompiler
Java Decompiler Online | Decompile JAR to Java Source
Decompile Java JAR files online and download readable .java source as a ZIP. Batch decompile .class files with no installation.
Find elsewhere
๐ŸŒ
Java Code Geeks
javacodegeeks.com โ€บ home โ€บ core java
13 Best Java Decompilers for Download and Online Use for Java Developers - Java Code Geeks
November 17, 2021 - This is kind of all in one decompiler but it is online. You can decompiler java classes, F#, C#, android, python and lua code as well.
๐ŸŒ
Medium
medium.com โ€บ @aashupel2023 โ€บ the-best-java-decompilers-online-in-2023-517bf6f4971f
The Best Java Decompilers Online in 2023 | by Perfect eLearning | Medium
September 8, 2023 - Learn about the best Java decompilers online in 2023. These tools can help you decompile Java code without installing any software. Findโ€ฆ
๐ŸŒ
Endless Forge
endless-forge.com โ€บ en โ€บ tools โ€บ java โ€บ decompiler
Java Decompiler Online: Decompile .class & .jar Files | Endless Forge
Decompile Java .class and .jar files directly in your browser. Choose from 5 decompiler engines: CFR, JADX, Vineflower, Procyon, and JD-Core. No install required.
๐ŸŒ
CybersecTools
cybersectools.com โ€บ home โ€บ security operations โ€บ offensive security โ€บ java decompiler online
Java Decompiler Online
May 27, 2026 - Java Decompiler Online is Online Java decompiler tool with support for modern Java features.
๐ŸŒ
Appscms
appscms.com โ€บ jar-decompiler
Safe Online JAR Decompiler
Java program developers can easily decompile JAR files with our online JAR Decompiler tool to extract source codes and other contents with ease.
๐ŸŒ
Edopedia
edopedia.com โ€บ blog โ€บ best-java-decompilers
23 Best Java Decompilers [cy] (Ranked and Reviewed)
September 16, 2025 - In our case, we will only upload the .jar or .class file. After that, the tool will automatically select the Java decompiler for processing the files. View the decompiled source code online without installing anything.
๐ŸŒ
Product Hunt
producthunt.com โ€บ home โ€บ java decompiler online
Java Decompiler Online: a tool for converting class files to java source files | Product Hunt
January 20, 2026 - Java Decompiler Online is an online tool for converting class files to java source files. It supports different file formats, includingclass,jar,zip and others. It is an efficient and smart way to decompile the java code.
๐ŸŒ
MCP Market
mcpmarket.com โ€บ home โ€บ mcp servers โ€บ java decompiler
Java Decompiler: Decompile Java Class Files Online
This tool provides an MCP-compatible server for decompiling Java bytecode into readable source code. It leverages a JavaScript port of the CFR decompiler to decompile Java .class files from various sources, including file paths, package names, and JAR files.
๐ŸŒ
Java Decompilers
javadecompilers.com โ€บ apk
APK decompiler - decompile Android .apk โœ“ ONLINE โœ“
Decompile Android Apk applications and extract Java source code and resources โœ“ ONLINE โœ“
๐ŸŒ
Codeusingjava
codeusingjava.com โ€บ tools โ€บ javadecompiler
Free Java Decompiler Online Tool
Online Jasypt Encryption and Decryption Tool ยท Free Java Decompiler Online Tool ยท โœ–This site uses cookies to deliver our services and to show you relevant ads. By continuing to visit this site you agree to our use of cookies.
๐ŸŒ
Reddit
reddit.com โ€บ r/java โ€บ looking for a java decompiler
r/java on Reddit: Looking for a Java decompiler
June 13, 2017 -

I have a couple of .jar games on my disk. I want to decompile the bytecode back to the readable .java format.

What are my options? Google wasn't very helpful, throwing old sites at me with broken download links.

I just want to learn - I played the game lots of times so I know what it does, now I want to know how it does it.

EDIT: Thanks to everyone who replied, the post stays so that others can use. I decided to use jd-gui, but it's good to know many Java IDEs have plugins to do this too (I use Netbeans and I couldn't find a decompiler plugin for it)