I will say the above comment is a bit over my head, but i do understand it will be modifying core directories to point Processings search paths for files.
This leads me to my question;
I have the Processing (2.06) working fine with openJDK, and have compiled applications fine ( side note: to create rasp pi Processing apps, you need to export applet ON the raspberry pi; its what worked for me atleast)
BUT as many are asking, I am trying to grab video capture. i get an error since it is searching for a sun java script, specifically this error:
UnsatisfiedLinkError: jnidispatch (/com/sun/jna/linux-arm/libjnidispatch.so) not found in resource path.
anyone have a workaround for OpenJDK?