Dear all,

I am writing a program for ecclipse under windows.
Part of this program will make the tinyos application automatically to exe file, making use of the 'make' application provided by the tinyos package.
Now my approach is to call 'make' as an external program using

Process P=Runtime.getRuntime().exec("cmd /c ..

of Java. But the problem is 'make' should be run under cygwin environment. Thus I have no idea how to run it, because I do not know how should I treat the Process, as command prompt window or sth.

Could you be kind enough to tell me some opinion, like how to execute make system, or any make application under java, etc?

Thank you to all of you. My project is about to finish due to your help.

Best,
Enric
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to