Java Bytecode Version
Jump to navigation
Jump to search
Internal
Overview
A valid class file starts with 0xcafebabe
, followed by the minor version as unsigned short, followed by the major version, as unsigned short.
a |
Playground
The following project produces a bytecode-version.jar that reads the bytecode version from a Java class: