Closed RRMoelker closed 9 years ago
java.lang.UnsupportedClassVersionError: com/xebia/visualreview/PixelComparator : Unsupported major.minor version 52.0
Are you perhaps running it with Java6? We compiled it with Java7 because we use the java.nio.file api. Could you try running it in Java 7 (or 8)?
Ah right, of course it's a jvm version thing. I thought I might have been some third party library.
I was running Java 7 (the latest to my knowledge). I installed Java 8 and the system is working. Thanks!
Perhaps it's a good idea to put the Java > 7 requirement in the README or make future release for an older target.
Good find, I've added the java 7/8 requirement in the readme (7eedd02a892a7a719308b6a930a22689b44a389d)
hi, On my mac I can't start the preview release. If I run the start script after creating the
visualreview/screenshots
folder I get the error:Am I missing some step or is this perhaps a genuine bug?