[Tinyos-help] Compile Error --------- FIXED

Anuradha Eragani aeragani at uno.edu
Wed Oct 4 13:30:12 PDT 2006


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 




More information about the Tinyos-help mailing list