You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exceptionGettingDataFromGraphiteIsHandled(com.seyren.core.util.graphite.GraphiteHttpClientTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.UnsupportedClassVersionError: org/eclipse/jetty/server/Handler : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
From googling, it's because the maven settings are pointing at an older java version, but OSX Yosemite requires Java Version > 1.7.0_71 because of https://bugs.openjdk.java.net/browse/JDK-8027686
I've got a change I want to make but I can't run the tests...
Any ideas?
The text was updated successfully, but these errors were encountered:
From googling, it's because the maven settings are pointing at an older java version, but OSX Yosemite requires Java Version > 1.7.0_71 because of https://bugs.openjdk.java.net/browse/JDK-8027686
I've got a change I want to make but I can't run the tests...
Any ideas?
The text was updated successfully, but these errors were encountered: