jdf / peasycam

Dead-simple mouse-driven camera for Processing
http://MrFeinberg.com/peasycam/
Apache License 2.0
116 stars 35 forks source link

PeasyCam on Processing 2.2.1 #26

Closed ferrangalan closed 6 years ago

ferrangalan commented 7 years ago

Hi jdf,

I just installed Processing 2.2.1 and imported PeasyCam in a new Windows 10 computer. Apparently Processing 2.2.1 runs java 1.7.0_40, and I get exactly the same message as in issue #24 when running scripts that work fine in my old computer:

java.lang.RuntimeException: java.lang.UnsupportedClassVersionError: peasy/PeasyCam : Unsupported major.minor version 52.0

Would it be possible to have access to old PeasyCam versions compatible with Processing 2.2.1 runnig java 7?

Thanks, F

vuski commented 7 years ago

Hello. I have the same problem. I examined the version of .class files in the .jar file, finally I found that they were compiled by jdk 1.8. I think that's why peasyCam doesn't work with Processing 2.2.1.

eduzal commented 7 years ago

same here, in Processing 2.2.1 on OSX 10.11.6

enjrolas commented 7 years ago

Ditto, Processing 2.2.1 OSX 10.12.2. I'm definitely running Java 8, and I installed Peasy through the processing library manager.

eduzal commented 7 years ago

nothing yet. up