How to Decompile CLASS Files on Android

Open CLASS entries inside JAR files and convert supported bytecode to readable Java code on Android.

Download on Google PlayRun JARs with Jre4Android

What is a CLASS File?

A .class file is compiled Java bytecode created from a .java source file. CLASS files are often found inside JAR archives.

CLASS Viewer and Decompiler

Jar File Opener lets you tap a .class entry and choose how to inspect it. You can view binary content in Hex mode or decompile supported class files into readable Java-like source output.

Steps to Decompile a CLASS File

  1. Open a JAR file with Jar File Opener.
  2. Browse the archive contents.
  3. Tap a .class file.
  4. Choose Decompile to Java when available.
  5. Review the generated Java code output.

When Decompilation May Not Work

Important: Only decompile files you own or have permission to inspect. Respect copyrights, app licenses, and developer terms.

Download Jar File Opener

View and decompile supported CLASS files on Android.

Download on Google Play