As an FYI.....

I have identified the reason for the ClassNotFoundException that I mailed
you before. The simdriver.jar file doesn't include the class files from
/tools/java/net/tinyos/message/avrmote directory.

The fix for this problem is to modify the Makefile of
/tools/java/net/tinyos/message/sim to add an additional line as follows:

net/tinyos/message/*.class              \
net/tinyos/message/avrmote/*.class      \ ----------> NEW LINE ADDED
org/apache/oro/text/regex/*.class       \

Then regenerating the simdriver.jar file by running "make" solved the
problem.

Thanks
Anu 


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

Reply via email to