Hi,

Try replacing the colon (:) by a semi-colon (;). The colon is the Unix
style separator, the semi-colon is the Windows style.

If this doesn't help, where and how did you set the PATH variable? What
do you get if you type "echo $PATH"?

Cheers,
Urs

Ittipong Khemapech schrieb:
> Dear all,
> 
> This may be a stupid question to most of you. I have some problems with the
> PATH setting.
> 
> Now my PATH is set to '/opt/msp430/bin:$PATH' in order to enable the msp430
> related commands.
> 
> However, I can't compile the TestSerial application (javac not found). I
> have found from the archives that I should set PATH to 'C:\Program
> Files\Java\jre1.6.0_03\bin\' where the java.exe is located.
> 
> So, how can I set PATH to enable both msp430 and java?
> 
> I am using TinyOS 2.0.2, cygwin and Tmote Sky.
> 
> Thank you in advance for your help.
> 
> Best wishes,
> Ittipong
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to