Understand a JAR file from the outside in
Begin by opening the archive, then inspect its manifest, extract what you need and analyze supported CLASS bytecode.
Browse folders, identify entries and learn why opening is different from running.
02 · Read metadataView MANIFEST.MFUnderstand Main-Class, Class-Path, versions and common formatting problems.
03 · Save resourcesExtract JAR filesExtract selected entries or a complete archive while avoiding overwrite issues.
04 · Analyze codeDecompile CLASS filesCompare source-like output, bytecode disassembly, metadata and raw hex.
Java runtime guides
Run compatible Java applications and understand the differences between JAR, CLASS, Swing and J2ME workflows.
Android file format guides
Inspect specialized files, recognize their structure and choose the correct viewer before extracting or executing anything.
SB3 project guides
Import and play Scratch-compatible .sb3 project files on iPhone, iPad and Android devices.