Pan17WJ / tinyos-main

Automatically exported from code.google.com/p/tinyos-main
1 stars 0 forks source link

tinyos.jar built with Java 7 not Java 6, causes java errors. #81

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Checkout Head
2. Run PrintfClient.java
3. "Exception in thread "main" java.lang.UnsupportedClassVersionError: 
net/tinyos/message/MessageListener : Unsupported major.minor version 51.0"

Reverting the tinyos.jar version to r5158 using "svn up -r r5158 tinyos.jar" 
fixes the issue, however anyone following the online tutorials with a checkout 
of head might hit the same issue.

Original issue reported on code.google.com by TheBaron88@gmail.com on 10 Nov 2011 at 5:55

GoogleCodeExporter commented 9 years ago

Original comment by philip.l...@gmail.com on 21 Nov 2011 at 5:57