Re: Processing P3D, Raspberry Pi, OpenGL doesn't work
Posted by cicciottino@libero.it on Jul 20, 2015; 7:26am
URL: https://forum.jogamp.org/Processing-P3D-Raspberry-Pi-OpenGL-doesn-t-work-tp4034928p4034943.html
ok thanks for the valuable information
i'll contact Gottfried Haider to have further information.
just a clarification about how ant works, if i build the source more than once, every
built process is clean(as the first time)? or have i run some sort of command to clean
manulally the build folder before to run a new "ant"?
i did a step forward removing the java folder inside the work directory and creating a
symbolic link to the current java installation (that i have in the JAVA_HOME)
in this case the error message is different:
[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]