Hi,

I think that the Windows Environment Variables dialog does not know
about $PATH. It seems that you have overwritten the old path settings.
You probably have to locate your java installation and add the path to
your java executables manually to the path again. In the Windows
Environment Variables dialog, don't use the special word $PATH but write
all paths individually, separating them with a semi-colon (;).

Once your path settings work again, if you need to add paths in cygwin,
use the command like (note that it uses now semi-colons (;) instead of
colons (:)) :

export PATH=$PATH;/cygdirve/c/Program Files/java/jre1.6.0_03/bin;.

Cheers,
Urs


Ittipong Khemapech schrieb:
> Hi,
> 
> I typed:
> 
> export PATH=$PATH:/cygdirve/c/Program Files/java/jre1.6.0_03/bin:
> 
> and got:
> 
> bash: export: 'Files/java/jre1.6.0_03/bin:': not a valid identifier
> 
> I set PATH variable in the Environment Variables by selecting Properties of
> My Computer (under Advanced tab). I followed all suggested in
> http://www.tinyos.net/tinyos-2.x/doc/html/install-tinyos.html.
> 
> After I typed echo $PATH, I got:
> 
> /opt/msp430/bin:/usr/local/bin:/usr/bin:/usrX11R6/bin:/opt/msp430/bin:$PATH
> 
> Many thanks,
> Ittipong
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to