On Jul 24, 2006, at 6:12 PM, Arun Venkateshwaran wrote:

Hi,
  I have installed tinyos 2.x.I am working on windows (telosb). Any
application with java doesn't build. There was this same issue in the
mailing list, I tried everything suggested by Phil , still doesn't
work.

$ java net.tinyos.tools.Listen
Exception in thread "main" java.lang.NoClassDefFoundError :
net/tinyos/tools/Listen


I have set my environment variables correctly.

If it can't find the class, you either haven't set your CLASSPATH correctly, or you do not have compiled versions of the classes. The default 2.0 install comes with a tinyos.jar (support/sdk/java/ tinyos.jar) with all of the classes. You can also compile the source files by going into support/sdk/java and typing make.

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

Reply via email to