-
Notifications
You must be signed in to change notification settings - Fork 19
Description
I'm running field on Arch Linux x86_64. Processing is installed and it's directory is found at /usr/share/processing. I think Field only looks where processing would be if it was installed on Mac.
I was unable to initialize the bridge for the processingPlugin. I added paths one at a time without success:
/usr/share/processing/
/usr/share/processing/core/library
/usr/share/processing/modes/java/libraries
/usr/share/processing/lib
I checked the messages on the console it warned me that processing and then the PApplet class could not be found here:
/home/user/processing/core/library
I ended up making a symlink to make things work:
ln -s /usr/share/processing/ ~/
I never ever do that on my system but your program is so stinking cool I had to do something. How can I get around this?