Java Version of .class files
Hi,I was wondering if there is a way to check what version of java was used to compile a .class or .jar file?thanks,Rob
> Hi,
>
> I was wondering if there is a way to check what
> version of java was used to compile a .class or .jar
> file?
The 'javap' tool when invoked with the '-verbose' option gives you the major and minor version of a class file.
Jim S.
Chuck,I googled for information on java class versions, found this forum, and saw your comment saying to google for java class versions!StackOverFlowError...