Hi All,

I'm following the steps in Lesson 5: Simulating TinyOS Applications in
TOSSIM (http://www.tinyos.net/tinyos-1.x/doc/tutorial/lesson5.html).
To compile TinyViz, tools/java/net/tinyos/sim directory, type make. So
the following message is printed.

........
javac AdapterMaker.java
AdapterMaker.java:11: cannot find symbol
symbol: class ProxyMaker
public class AdapterMaker extends ProxyMaker
                                  ^
AdapterMaker.java:18: cannot find symbol
symbol  : variable names
location: class org.python.compiler.AdapterMaker
        names = new Hashtable();
.........

I think my problem is about classpath, I don't have the tinyos.jar and
I dont know how to make it.

Any suggestion?
Thanks all
Daniel Patrick
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to