controlP5 bug in Eclipse?
in
Contributed Library Questions
•
1 year ago
I was in Eclipse, trying to add a MultiList to my project, but the constructor for ControlP5(PApplet applet) didn't seem to work, because it was throwing a NullPointerException, which had no possible explanation. So I tried by adapting the example of MultiList usage that can be found in controlP5 Javadoc, but that exception is thrown again! BUT both things work if I run them in pure processing language, in the Processing IDE.
Is this a bug? Am I doing something wrong? or what is happening here?
1