Hey,thanks a lot when i type export CLASSPATH="$CLASSPATH;/cygdrive/f/cygwin/opt/tinyos-2.x/support/sdk/java/tinyos.jar;."
then it works.. :) there is no warning.. but every time when i open the cygwin i have to set this path.Is there any way to avoid this? as i told before that i have myos.sh file to set the env variables when i type this(CLASSPATH=" ...") in it than it is not working... neh Michael Schippling-2 wrote: > > Oh, maybe you are not "sourcing" your env file. > If you just run it as a command it sets variables > in a new shell instance and then exits... > > Try: . file.name or source file.name > > That runs the file in the current shell. > > MS > > neh wrote: >> i have tried echo $CLASSPATH but it is not giving me any out put... >> >> i also changed \ to / but same warnings are there... >> >> i also changed the dir of jre... >> >> is it necessary to install graphviz?because i haven't insalled it... >> >> thanks.... > > -- > 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 > > -- View this message in context: http://www.nabble.com/tinyOs-environment-check-tp22417782p22429688.html Sent from the TinyOS - Help mailing list archive at Nabble.com. _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
