Your java version can run its version and past versions, but not future. In this case, Java 8 will be able to run java 7. It shouldn't be an issue.
That error, UnsupportedClassVersionError, means that the plugin was compiled with a higher version of java than you have installed. @XRF is said to...