On Tue, 7 Oct 2003, Gayathri Venkataraman wrote: > > Hi > I was trying to run the testtinyviz application. In > tools/java/net/tinyos/sim the make was suuccessful. I am facing two > problems > 1. I could not set the path for tinyviz using setenv. What should I do > to plce this script in PATH to run from command line
Try this: export PATH=$PATH:/opt/tinyos-1.x/tools/java/net/tinyos/sim > > 2. when I run from sim directory I get the following error.\ > > [EMAIL PROTECTED] /opt/tinyos-1.x/tools/java/net/tinyos/sim > $ sh -xv tinyviz I think it will work if you type "sh -xv ./tinyviz" instead (current directory is not in your path). Hope it helps! Henrik _______________________________________________ Tinyos-users mailing list [EMAIL PROTECTED] http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-users
