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
