Skip to content

Instantly share code, notes, and snippets.

@leafgray
Created February 28, 2013 07:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leafgray/5055024 to your computer and use it in GitHub Desktop.
Save leafgray/5055024 to your computer and use it in GitHub Desktop.
java class file version
major minor Java platform version
45 3 1.0
45 3 1.1
46 0 1.2
47 0 1.3
48 0 1.4
49 0 1.5
50 0 1.6
51 0 1.7
------------
javap -verbose xx.class|findstr version
(findstr -- grep)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment