mk23 / jmxproxy

JMX to HTTP Proxy
https://mk23.github.io/jmxproxy
MIT License
42 stars 19 forks source link

Dropwizard compiled with Java 8 #157

Closed robertoschwald closed 6 years ago

robertoschwald commented 7 years ago

Dropwizard seems to be build using Java 8, but the pom states 1.7 for source.

Exception in thread "main" java.lang.UnsupportedClassVersionError: io/dropwizard/Application : Unsupported major.minor version 52.0

Either compile with Java7 mode, so it runs in Java 7 as well, or state the requirement for Java 8 in the readme.