I tried with: export CLASSPATH=$TOSROOT/support/sdk/java/:$TOSROOT/ support/sdk/java/tinyos.jar:.:$CLASSPATH
It won't work either.

tos-check-env shows:

Classpath:
        /opt/tinyos-2.x/support/sdk/java/
        /opt/tinyos-2.x/support/sdk/java/tinyos.jar
        .

By the way do I have to do (step: installing tinyos-2.x toolset ) every time I change env. variables or is it enough to try /opt/ tinyos-2.x/support/sdk/java make?


Andres Vahter



On 08.06.2009, at 0:56, Chris Custine wrote:

On Sun, Jun 7, 2009 at 12:04 PM, Andres Vahter <[email protected] > wrote: export CLASSPATH=$TOSROOT/support/sdk/java/:$TOSROOT/support/sdk/ java/tinyos.jar:.$CLASSPATH


I'm not sure if this is affecting your compilation, but it looks like there is a colon missing between tinyos.jar:. and $CLASSPATH. So you are not getting . in your classpath with this env var.

Not sure if this is the problem but worth a try.
--
Chris Custine
FUSESource :: http://fusesource.com
My Blog :: http://blog.organicelement.com
Apache ServiceMix :: http://servicemix.apache.org
Apache Directory Server :: http://directory.apache.org


_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to