Re: [Tinyos-help] Broken Java SDK in Cygwin RPM

2010-11-05 Thread Romain Bornet
Hi Ryo, Thank you very much for the link. Since I now installed and compiled from source, everything is OK for me but it's really a useful link. I will put it on the TOS wiki in the install article so that others who also work on Vista/7 can install without trouble. Regards from Switzerland!

Re: [Tinyos-help] Broken Java SDK in Cygwin RPM

2010-11-04 Thread Ryo Sugihara
I had a similar problem and the following page by Geoffrey Lo (especially step 2) worked great for me. http://www.geoffreylo.com/resources/tinyos-primer/ Thanks, Ryo On Wed, Nov 3, 2010 at 1:46 AM, Romain Bornet wrote: > Hi Michael, hi all, >>> Are you sure your CLASSPATH is correct? > Yes I am

Re: [Tinyos-help] Broken Java SDK in Cygwin RPM

2010-11-03 Thread Romain Bornet
Hi Michael, hi all, >> Are you sure your CLASSPATH is correct? Yes I am sure it is set correctly. The tinyos.jar is found but there are simply missing classes in the .jar archive in the current Cygwin RPM. I compared the content (with *jar -tf tinyos.jar*) of the jars contained in the tinyos-tool

Re: [Tinyos-help] Broken Java SDK in Cygwin RPM

2010-11-02 Thread Michael Schippling
Are you sure your CLASSPATH is correct? If there a directory named net/tinyos/util I think you may be missing the "." in CLASSPATH. If the util directory is not there then something is wrong with the install and you could try redoing it. If there is a good tinyos.jar in CVS someplace you should b

[Tinyos-help] Broken Java SDK in Cygwin RPM

2010-11-02 Thread Romain Bornet
Hi all, I'm new in TOS world and just installed a TOS environment on my Cygwin environment. I could compile some basic application such as Blink but fail to compile applications involving the tinyos.jar Java archive (e.g. apps/MViz). I installed from RPMs as described at http://docs.tinyos.net/in

[Tinyos-help] Broken Java SDK in Cygwin RPM

2010-11-01 Thread Romain Bornet
Hi all, I'm new in TOS world and just installed a TOS environment on my Cygwin environment. I could compile some basic application such as Blink but fail to compile applications involving the tinyos.jar Java archive (e.g. apps/MViz). I installed from RPMs as described at http://docs.tinyos.net/in