The ProxyMaker.java and AdapterMaker.java are in the tinyos-1.x/tools/java/org/python/compiler/. I set may classpath to: export CLASSPATH=/home/sdr/dpp/mote/cvs/tinyos-1.x/tools/java/org/python/compiler But I'm still receiving the same message. I'm using tinyos 1.x, because I'd like to use TinyViz.
On Wed, Jun 4, 2008 at 11:43 PM, Paul Stickney <[EMAIL PROTECTED]> wrote: >> 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 > _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
