> javac AdapterMaker.java > AdapterMaker.java:11: cannot find symbol > symbol: class ProxyMaker > public class AdapterMaker extends ProxyMaker
This means that ProxyMaker has not been imported. If it is a * import, it could be because the class (or source) does not exist in said package. Find out where the class/source is and ensure it is on the CLASSPATH. (Also, make sure the CLASSPATH doesn't reference stale/strange locations. Some TinyOS 1.x setups screw it all up.) Suggestions? :) Move to TinyOS 2.x unless you are using some hardware or software that is not (or will not be soon) supported. HTH, Paul _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
