logzio/jmx2graphite

java.lang.UnsupportedClassVersionError: io/logz/jmx2graphite/Jmx2GraphiteJavaAgent : Unsupported major.minor version 52.0

Closed this issue · 4 comments

Hi,

I tried running jmx2graphite-1.1.0-javaagent.jar with java 7 in agent mode. I get error "Unsupported major.minor version 52.0".

Will it compile with java 7? Do you have any guide instructing how to build from source?

Thanks & Regards,
Atul Atri.

Just checked build.gradle.
sourceCompatibility is 1.8. :(

asafm commented

@asafm
Thanks for prompt response.

Yes it is.

But our company is still using java 7. :|

asafm commented