Re: Processing P3D, Raspberry Pi, OpenGL doesn't work
Posted by cicciottino@libero.it on Jul 19, 2015; 9:36am
URL: https://forum.jogamp.org/Processing-P3D-Raspberry-Pi-OpenGL-doesn-t-work-tp4034928p4034940.html
so i did exactly this:
- swithced to java 8 with "update-alternative --config java" (as build instructions require)
- update the JAVA_HOME to the new java 8
- installed ant (seems to work)
- cloned your repository
- built (apparently without error)
- when i lunched ./processing from .....build/linux/work i got this message:
[code]
/opt/processing/build/linux/work/java/bin/java: l: /opt/processing/build/linux/work/java/bin/java: Syntax error: "(" unexpected
[code]