Re: Processing P3D, Raspberry Pi, OpenGL doesn't work
Posted by
Xerxes Rånby on
Jul 20, 2015; 4:13pm
URL: https://forum.jogamp.org/Processing-P3D-Raspberry-Pi-OpenGL-doesn-t-work-tp4034928p4034945.html
cicciottino@libero.it wrote
[code]
Annotation processing got disabled, since it requires a 1.6 compliant JVM
/tmp/Array5624396829394994548temp/Array.java:1: error: The type
java.util.Map$Entry cannot be resolved. It is indirectly referenced
from required .class files
import processing.core.*;
^
1 problem (1 error)
[/code]
last time i saw this bug was in 2013, caused by trying to use an old version of ecj with jdk 8.
https://github.com/processing/processing/issues/2260Updating java/mode/ecj.jar inside Processing 2.1
to eclipse ecj version 4.3.1 or later
http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops4/R-4.3.1-201309111000/ecj-4.3.1.jarfixes this issue.
This issue is supposed to have been fixed when processing 3 switched to use jdk 8, check if processing has replaced the ecj.jar with a new jdk 8 compatible verison!