[Tinyos-help] Compiling Errors!

Paul Stickney pstickne at gmail.com
Fri May 2 16:07:14 PDT 2008


Start with the simple:
"MsgReader.java:50: package net.tinyos.message does not exist"
Your classpath is wrong, it can't find the given package.
I would LEAVE THE STANDARD CODE ALONE and add the pre-built JAR to
your classpath.

As far as the other problem,
XListen.java:69: cannot resolve symbol
symbol : variable XDump
location: class net.tinyos.tools.XListen
xlisten.XDump.printPacket(System.out, packet);
^--- XDump is not a variable in this context (maybe you wanted a method call?)

I would strongly urge you NOT to modify things inside the distribution
hierarchy, copy a fork out and modify externally.

Paul


More information about the Tinyos-help mailing list