processing-java fails to find sketch under Windows 7?

I have an automated grading script that is working on Linux and Mac OSX. I thought it worked under windows. But on one grader's machine, for the command:

processing-java --sketch=a --output=test --build

We get the following error: a does not exist

In fact, a does exist, and inside a is a.pde, and this works everwhere else.

We tested this by hand outside the script. In the command line, with the path including processing-java as well as the jdk, the above command fails.

Tagged:
Sign In or Register to comment.