How to install Syphon for processing 2.0

edited November 2014 in Library Questions

Hi,

I am trying to install Syphon for its use in Processing 2.0 but i have ran into some problems. I am on snow leopard.

I cloned the repo from here: https://github.com/Syphon/Processing

The repo does not contain the usual .jar file, so I decided to add the syphon source code to my sketch, commenting the "package" line in each file. I then had problems because the library imported jsyphon, which wasn't found. I realized that is was on a gray folder in the repo, which wasn't downloaded when I cloned the repo. So, I cloned the java repo for jsyphon (https://github.com/Syphon/Java) which has a jsyphon.jar file. I installed it as a usual processing library (ProcessingFolder/libraries/jsyphon/library/jsyphon.jar). When I run the sendFrames.pde example (after adding to the folder the processing syphon java source files), i get the following error:

Captura de pantalla 2014-11-14 a las 10.32.20

Any clues on this?

Tagged:

Answers

Sign In or Register to comment.