I have a .bashrc file in my $HOME directory which gets sourced by /etc/profile every time a login shell is started. That's the appropriate place to put personal settings and aliases and stuff.
There is also /etc/profile.d/tinyos.sh which is supposed to have all the TOS related thingies, and I believe any script file in that directory will be sourced for login shells as well. For all the gory details try "man bash"... Also I'm not sure that Java will know how to interpret "/cygdrive/f" in the CLASSPATH. I believe that is a cygwin hack that only works for programs that are compiled with cygwin.dll support. I would use "F:" MS neh wrote: > 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 >> >> > -- 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
