Hello,
I have been working on a fairly large project using Processing and just recently I've run into this error message:
processing.app.SketchException: unexpected token: .
at processing.mode.java.JavaBuild.preprocess(JavaBuild.java:326)
at processing.mode.java.JavaBuild.preprocess(JavaBuild.java:197)
at processing.mode.java.JavaBuild.build(JavaBuild.java:156)
at processing.mode.java.JavaBuild.build(JavaBuild.java:135)
at processing.mode.java.JavaMode.handleRun(JavaMode.java:176)
at processing.mode.java.JavaEditor$20.run(JavaEditor.java:481)
at java.lang.Thread.run(Thread.java:662)
I am running my program in the Processing IDE and when this fail occurs it takes me to the end of one of the code tabs. But, the code in that tab has not changed for quite some time and I don't see anything obviously wrong with my code.
Any ideas for how to figure out what exactly is causing this error?
At this point, I may have to check out previous versions of code and compare the changes, but that could be painful. I imagine it's something dumb that I did, but haven't found it yet.
I am running Processing 1.5.1 on Windows 7, with Java 1.6.0_27.
tia,
bbc
1