Re: [Tinyos-help] JNI Questions

2010-04-07 Thread Michael Schippling
gt; >>> Regards >>> >>> -Mensaje original----- >>> De: tinyos-help-boun...@millennium.berkeley.edu >>> [mailto:tinyos-help-boun...@millennium.berkeley.edu] En nombre de Ruben >>> Rios >>> Enviado el: miércoles, 07 de abril de 2010 11:

Re: [Tinyos-help] JNI Questions

2010-04-07 Thread Ruben Rios
ter?If you do, do you have >> javax.comm.properties in the right place? >> >> Regards >> >> -Mensaje original- >> De: tinyos-help-boun...@millennium.berkeley.edu >> [mailto:tinyos-help-boun...@millennium.berkeley.edu] En nombre de Ruben >> Rios

Re: [Tinyos-help] JNI Questions

2010-04-07 Thread Michael Schippling
u > [mailto:tinyos-help-boun...@millennium.berkeley.edu] En nombre de Ruben Rios > Enviado el: miércoles, 07 de abril de 2010 11:31 > Para: Michael Schippling; Arik Sapojnik > CC: tinyos-help > Asunto: Re: [Tinyos-help] JNI Questions > > Thank you for the quick reply both of y

Re: [Tinyos-help] JNI Questions

2010-04-07 Thread David Conde
place? Regards -Mensaje original- De: tinyos-help-boun...@millennium.berkeley.edu [mailto:tinyos-help-boun...@millennium.berkeley.edu] En nombre de Ruben Rios Enviado el: miércoles, 07 de abril de 2010 11:31 Para: Michael Schippling; Arik Sapojnik CC: tinyos-help Asunto: Re: [Tinyos-help

Re: [Tinyos-help] JNI Questions

2010-04-07 Thread Ruben Rios
Thank you for the quick reply both of you :) By the way, I am working on a Windows machine. I have tried to copy both toscomm.dll and getenv.dll from my TinyOS (under Cygwin) installation to the working directory (where my app is running) but I still get the following error: java.io.IOException:

Re: [Tinyos-help] JNI Questions

2010-04-06 Thread Michael Schippling
You will need to install (or copy) the TOS comm and getenv.dll files to your new system's Java Runtime. I'm not sure exactly what the file names are, but some searching for those two should come up with more. You don't need cygwin or the rest of TOS if all you are doing is running a java app. MS

Re: [Tinyos-help] JNI Questions

2010-04-06 Thread Arik Sapojnik
I guess you are working on Windows machine right? Perhaps you can copy all the jar files by your self? Arik On Tue, Apr 6, 2010 at 21:04, Ruben Rios wrote: > Dear all, > > I have written a Java application which gets data from sensor nodes > through the serial port. I have done this by using t

[Tinyos-help] JNI Questions

2010-04-06 Thread Ruben Rios
Dear all, I have written a Java application which gets data from sensor nodes through the serial port. I have done this by using tinyos.jar. Everything's fine to this point. I have tried to use this application in another machine which has no TinyOS installed in it and it prompts different errors