I have a user of pcb-gcode with an interesting problem.
He is running Windows XP, and my ULP will not run the viewer.exe that I wrote using Processing (which uses the Java VM).
He created a test.ulp with a single command:
system("D:\Documents and Settings\gg\Application Data\CadSoft\EAGLE 6\pcb-gcode-3.6.0.4\viewer\application.windows\viewer.exe");
which did not run the viewer.
However, the same command at a command prompt works:
D:\Documents and Settings\gg\Application Data\CadSoft\EAGLE 6\pcb-gcode-3.6.0.4\viewer\application.windows\viewer.exe
I would appreciate any ideas on troubleshooting this issue.
Thanks,
JJ