I am have a problem declaring multiple jars in the classpath
boojay -cp:..\arduino\Arduino.jar "..\..\temp\Build\Blink.boo"
This works fine
However if I can't seem to add a second .jar to the classpath. What is the seperator? I have tried ';' ',' ':' ' ' '+'
eg
boojay -cp:..\arduino\Arduino.jar;..\waveraster\android.jar "..\..\temp\Build\Blink.boo"
gives the error
Unhandled Exception: System.Exception: Can' load library ..\arduino\Arduino.jar;
..\waveraster\android.jar
Which seems to imply the two jars are not split properly
Thanks,
James Caska