Skip to content

linux - location of processing for plugin #49

@rdthree

Description

@rdthree

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions