Try: echo $CLASSPATH in your bash shell window and see what you get... A couple of things though, your PATH should have "/cygdrive...", it's missing the '/' at the beginning. And it may be that having the (gdm) backslashes '\' in your CLASSPATH is causing trouble, try the good old forward slashes instead.
I also try to avoid putting the JRE in "Program Files" or any other dir that has embedded spaces because they play havoc with the shell parser. MS neh wrote: > hi > > I have installed tos.i am using cygwin. > after doin tos-check-env > i get worning "CLASSPATH environment variable doesn't exist. > your classpath should contain and a pointer to the cwd " > what should i do. > > i have written a shell script at F:\cygwin\opt\tinyos-2.x\myos.sh > which contains... > > TOSROOT="/opt/tinyos-2.x" > CLASSPATH="f:\cygwin\opt\tinos-2.x\support\sdk\java\tinyos.jar;." > MAKERULES="$TOSROOT/support/make/Makerules" > TOSDIR="$TOSROOT/tos" > > export PATH="cygdrive/f/Program Files/Java/jdk1.5.0_17/bin/:.:$PATH" > > export TOSROOT > export TOSDIR > export CLASSPATH > export MAKERULES > export MOTECOM > export CVSROOT > > thank you... > > > Razvan Musaloiu-E.-2 wrote: >> Hi! >> >> On Sat, 28 Feb 2009, neh wrote: >> >>> thanks...for your reply.. >>> >>> now i need the source code of tinyos...i want to see the code...and learn >>> how it works...where can i find... >>> i m using tinyos 2.1 in VMWare player... >>> >>> >> You can find more info here: >> http://www.tinyos8051wg.net/download >> >> The SVN seems to be down right now. Usually is up though. >> >> -- >> Razvan ME >> >>> neh wrote: >>>> hi >>>> i am doing my project in which i have to port tinyos on 8051,i know that >>>> i >>>> have to make changes in some modules,but i dont find any right >>>> way....can >>>> any one help????? >>>> >>>> regards.... >>>> >> _______________________________________________ >> Tinyos-help mailing list >> [email protected] >> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help >> >> > -- Platform: WinXP/Cygwin TinyOS version: 1.x, Boomerang Programmer: MIB510 Device(s): Mica2, MicaZ, Tmote Sensor board: homebrew _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
