Or, you might try using the distributed JAR.
I suspect it'll work just dandy.
You'd get class version errors if it was another version of Java.

The problem is that the class file and class DO NOT MATCH UP:

Serial.java:39: cannot access MessageListener
bad class 
file:C:\cygwin\opt\tinyos-2.x\support\sdk\java\<<<net\tinyos\MessageListener.class>>>
classfile contains wrong class: <<< net.tinyos.message.MessageListener >>>

Take a careful look at the names.
It's Java -- and sometimes very annoying.

HTH,
Paul
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to