Processing Forum
In my program i use File Chooser and it works fine with Processing 1.1, but generates an error message when was updated to Processing 1.2. Error message below.
processing.app.debug.RunnerException: expecting EOF, found 'try'
at processing.app.Sketch.preprocess(Sketch.java:1326)
at processing.app.Sketch.preprocess(Sketch.java:1205)
at processing.app.Sketch.build(Sketch.java:1568)
at processing.app.Sketch.build(Sketch.java:1553)
at processing.app.Editor$DefaultRunHandler.run(Editor.java:1485)
at java.lang.Thread.run(Thread.java:619)
How to solve this? Suggestions are really appreciated.