Re: [Tinyos-help] Supported Java version

2009-07-23 Thread subaashini krishnamoorthy
hi all Iam new to Tiny OS and NES C programming. I have to develop a location sensing system using RSSI. Iam using Crossbow Micaz mote Can u pl help how to start with? Iam using TinyOS1.x version Thanking You K.Subaashini ___ Tinyos-help mailing list Ti

Re: [Tinyos-help] Supported Java version

2009-07-23 Thread Faisal Aslam
We have used 1.5 and 1.6 with TinyOS. We have no problems. I do not think your problem is Java version problem. I believe that you compile with different version and try to run with different version. Try following. 1) javac -version and also 2) java -version. They both should be exactly same.

Re: [Tinyos-help] Supported Java version

2009-07-22 Thread Razvan Musaloiu-E.
Hi! On Wed, 22 Jul 2009, bouzayani walid wrote: > Hello All. > > Whats the supported version of Java for Tinyos2.1 under Windows XP. > > I tried with Java 1.4.2-19 and Java 1.5.0-02 and Java 1.6 but obtain error of > unsupported version when > > I use this command : java net.tinyos.tools.Listen

Re: [Tinyos-help] Supported Java version

2009-07-22 Thread Michael Schippling
Can you send an actual error message? Also make sure you are using a real JDK, not the Micro-Bill one in Widows/system32. try: type java My belief is that the source should be compatible with 1.4 (Java Generics are in 1.5 but I don't think TOS uses them). The jar files you have may have been comp

[Tinyos-help] Supported Java version

2009-07-22 Thread bouzayani walid
Hello All. Whats the supported version of Java for Tinyos2.1 under Windows XP. I tried with Java 1.4.2-19 and Java 1.5.0-02 and Java 1.6 but obtain error of unsupported version when I use this command : java net.tinyos.tools.Listen Can you Give me Links of these supported versions. Thanks in