The moose likes Beginning Java and the fly likes How to check the version number of a compiled bytecode class file? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "How to check the version number of a compiled bytecode class file?" Watch "How to check the version number of a compiled bytecode class file?" New topic
Author

How to check the version number of a compiled bytecode class file?

Jon Lee
Ranch Hand

Joined: Mar 04, 2005
Posts: 134
As we know:
Java 1.4 creates class files labeled with version 48.0
Java 1.5 creates class files labeled with version 49.0

Is there a way or tool to inspect the version number of a compiled bytecode class file? Thnx


SCJP 5.0 - 98% (2007)<br />SCWCD 1.4 - 97% (2007)
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to check the version number of a compiled bytecode class file?
 
Similar Threads
Generating .class file for JVM
difference between JVM and JRE
Error while running jsp in weblogic
What happens to the bytecode
32 Bit to 64 Bit