Description
I get the following error when starting the Beagle view:
org.eclipse.core.runtime.CoreException: Plug-in ch.qos.logback.beagle was unable to load class ch.qos.logback.beagle.view.BeagleView.
Caused by: java.lang.UnsupportedClassVersionError: ch/qos/logback/beagle/view/BeagleView : Unsupported major.minor version 51.0
I believe this means that the code was compiled with Java 7 and not compiled for compatibility with earlier versions of Java. On my Mac OS development machine, only Java 6 is available.