Hello, I am developing a java program where I need to execute commands like 'make telosb install /dev/USBx', etc. from the java program. Since, to execute the make command we need to be in the respective folder (Oscilloscope, BaseStation, etc), I decided to write a shell script and execute it from the java program. But, I am getting error message 'make: No rule to make target 'telosb'. Stop.'
Any suggestions on this? Why such error message or how can I run multiple commands from the java program so that I can execute commands like make? -- Regards, Ashish. _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
