I have multiple JDKs installed. The default JDK is set to Java SE 6, the project JDK is set to Java SE 7 (using Maven). When JUnitLoop runs I stops with
java.lang.UnsupportedClassVersionError: com/acme/MyTest : Unsupported major.minor version 51.0
When I change the default JDK to Java SE 7 everything works as expected.
Expected behavior: JUnitLoop should use the project settings to pick up the JDK.
OSX 10.8.2
Eclipse Juno SR 1, 20121004-1855
JDK (1.6.0_37-b06-434)
JDK (1.7.0_09-b05)