I recently upgraded my TinyOS version from 2.0.2 to 2.1 and discovered that it makes use of Java 6. I was testing my installation and kept getting the following when compling TestSerial:
java.lang.UnsupportedClassVersionError: Bad version number in .class file
Changing my java complier and runtime to Java 6 fixed this problem.
Recent Comments