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
- Open a JAR file with Jar File Opener.
- Browse the archive contents.
- Tap a
.classfile. - Choose Decompile to Java when available.
- Review the generated Java code output.
When Decompilation May Not Work
- The class file may be obfuscated.
- The bytecode may use unsupported or unusual features.
- The output may not match the original source code exactly.
- Some class files may only be suitable for Hex viewing.
Download Jar File Opener
View and decompile supported CLASS files on Android.
Download on Google Play