processing/core/PApplet : Unsupported major.minor version 52.0

I try to make a jar file. Using 1.8 as Project SDK gives me problems for people that aren't so up to date with java so I setted everything to 1.7 in IntelliJ.

When I try to compile I get:

Exception in thread "main" java.lang.UnsupportedClassVersionError: processing/core/PApplet : Unsupported major.minor version 52.0

If I commend out all processing code it compiles fine. Does this mean processing is build using version 52.0?

Sign In or Register to comment.