Didn't you source from a script like this?

#! /usr/bin/env bash
# Here we setup the environment
# variables needed by the tinyos
# make system

echo "Setting up for TinyOS"
export TOSROOT=
export TOSDIR=
export MAKERULES=

TOSROOT="/opt/tinyos-2.x"
TOSDIR="$TOSROOT/tos"
CLASSPATH=$CLASSPATH:$TOSROOT/support/sdk/java/tinyos.jar
PYTHONPATH=.:$TOSROOT/support/sdk/python:$PYTHONPATH
MAKERULES="$TOSROOT/support/make/Makerules"

export TOSROOT
export TOSDIR
export CLASSPATH
export PYTHONPATH
export MAKERULES
export PATH=$PATH:/opt/msp430-gcc-4.4.5/bin


On Tue, Jun 28, 2011 at 2:54 AM, 陈卓 <czx...@gmail.com> wrote:

> Hi,
>
> I ran $ tos-check-env on my computer and there are several warnings shown up. 
> One of them says "CLASSPATH may not include ...". Would you please help me on 
> setting the CLASSPATH?
>
>
> Thanks,
>
> Zhuo Chen
> --
> Lab of Next Generation Network
> Dept. of Electronic Engineering
> Tsinghua University
> Beijing, 100084, China
> e-mail: chenzhu...@mails.tsinghua.edu.cn
> cell: 15120003979
>
>
> _______________________________________________
> Tinyos-help mailing list
> Tinyos-help@millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to