Java code use in Processing sketch
in
Programming Questions
•
2 years ago
I wrote a java class that I want to use in Processing in order to help me develop my sketch.
However my java class read from file and write into file and has to include a throw IOExceptions.
When I attach it to the Processing sketch, when I run the sketch and in setup calls a function that has an IOException, it give me the error "Unhandled exception type IOException".
Does anyone know how to get around this?
1