controlp5 with processing 2
in
Contributed Library Questions
•
11 months ago
I am running into compile errors when trying to set up the example on their page:
http://www.sojamo.de/libraries/controlP5/examples/use/ControlP5controlEvent/ControlP5controlEvent.pde
word in 1 but new version there are some issue. any suggestions would be great here is the error if you need that:
- Exception in thread "Animation Thread" java.lang.NoSuchMethodError: processing.core.PApplet.registerMethod(Ljava/lang/String;Ljava/lang/Object;)V
- at controlP5.ControlWindow.init(Unknown Source)
- at controlP5.ControlWindow.<init>(Unknown Source)
- at controlP5.ControlP5.init(Unknown Source)
- at controlP5.ControlP5.<init>(Unknown Source)
- at sketch_121022a.setup(sketch_121022a.java:51)
- at processing.core.PApplet.handleDraw(PApplet.java:1964)
- at processing.core.PGraphicsJava2D.requestDraw(PGraphicsJava2D.java:186)
- at processing.core.PApplet.run(PApplet.java:1867)
- at java.lang.Thread.run(Thread.java:680)
says that this library might not be compatible with this version of processing.
1