I am trying to create a basic screen capture program with Java and Processing, however I am coming across the following exceptions when attempting to run the program:
Exception in thread "Animation Thread" java.lang.NoClassDefFoundError: quicktime/std/StdQTException
at Camera.setup(Camera.java:38)
at processing.core.PApplet.handleDraw(Unknown Source)