It looks like you're new here. If you want to get involved, click one of these buttons!
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
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??