If the not found is cygpath, it should be part of the regular
cygwin install. I get this:

norton:Robot [435] type cygpath
cygpath is hashed (/usr/bin/cygpath)

And what it is tryig to do is reverse the slashes in the
path variable, which is entirely unnecessary...

MS



Dave McGee wrote:
> Hi all,
> 
> I'm experiencing some issues setting my java classpath using Cygwin, 
> Windows and TinyOS 2.x.
> 
> I'm following the tutorial on installing TinyOS 2.1.1 ( 
> http://docs.tinyos.net/index.php/Installing_TinyOS_2.1.1#Manual_installation_on_your_host_OS_with_RPMs
>  
> ) and I've tried to add the following lines of code to my bashrc file, 
> as instructed.
> 
> export CLASSPATH=`cygpath -w $TOSROOT/support/sdk/java/tinyos.jar`
> export CLASSPATH="$CLASSPATH;."
> 
> Unfortunately this is returning the error  "command not found" when I 
> try echo the $CLASSPATH in cygwin to verify it has been found. All my 
> other environment variables are working fine..
> 
> export TOSROOT=/opt/tinyos-2.x
> export TOSDIR=$TOSROOT/tos
> export CLASSPATH=`cygpath -w $TOSROOT/support/sdk/java/tinyos.jar`
> export CLASSPATH="$CLASSPATH;."
> export MAKERULES=$TOSROOT/support/make/Makerules
> 
> Any ideas? Thanks
> 
> Regards,
> Dave
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Tinyos-help mailing list
> Tinyos-help@millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to