The path is my CLASSPATH is like c:/cygwin/opt... What I printed out is after the script processed the path. The line gives me trouble is
open CYGPATH, "cygpath -w $tosjarpath 2>&1 |" or die "couldn't execute cygpath: it is not PATH."; I think the problem is somehow in my cygwin, I cannot execute cygpath. I tried cygpath under the command prompt and the command was not found. Any suggestions? Thanks, --- Michael Schippling <[EMAIL PROTECTED]> wrote: > if "/opt/tinyos-2.x/support/sdk/java/tinyos.jar" is > in your CLASSPATH > it probably won't work because Java doesn't know > about cygwin's fake > unix filesystem fiddles. Try using the full (real) > Widows path, > C:/cygwin/opt... or where-ever it is loaded. > > MS > > direct deposit wrote: > > Hello All, > > > > This probably is a very simple problem, but I have > not > > been able to see where I did wrong. I am using > Windows > > XP with cygwin. > > > > I followed all the installation steps, and when I > > tried tos-check-env, I got > > > > Classpath: couldn't execute cygpath: it is not > PATH at > > /usr/bin/tos-check-env line 321. > > > > I modified the line to have it output $tosjarpath, > and > > the path seems right to me > > > > /opt/tinyos-2.x/support/sdk/java/tinyos.jar > > > > I could follow the above path and find the jar > file. > > Am I missing something here? > > > > Any help is greatly appreciated, > > > > > > > > > > > > > ____________________________________________________________________________________Need > a vacation? Get great deals > > to amazing places on Yahoo! Travel. > > http://travel.yahoo.com/ > > _______________________________________________ > > Tinyos-help mailing list > > [email protected] > > > https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > ____________________________________________________________________________________Sick sense of humor? Visit Yahoo! TV's Comedy with an Edge to see what's on, when. http://tv.yahoo.com/collections/222 _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
