annotation disabled requires 1.6 JVM with Linux 32 and Processing 3.0a5

edited July 2015 in Using Processing

Hey,

Just installed processing.video library on Processing 3.0a5 with jdk8, on my Raspberry Linux32 trying to compile my code (remotely, with VNC) but got the following error:

Cannot parse error text: annotation processing got disabled since it requires 1.6 compliant JVM

My code is compiled perfectly on Windows Processing 2.2.1

Any idea? Thanks

Answers

  • edited July 2015

    OK I found on Github:

    This version of Processing only supports libraries and JAR files compiled for Java 1.6 or earlier. A library used by this sketch was compiled for Java 1.7 or later, and needs to be recompiled to be compatible with Java 1.6.

    (this was written for release P 2.2.1 https://github.com/ThomasLengeling/KinectPV2/issues/15)

    Where can I find processing.video compiled with Java 1.6? Is it really the issue? A bit strange.. Or can someone explain to me how to recompile the Linux32 code for Java1.6??

Sign In or Register to comment.