Hi Héberte, What exactly did you install on the Linux machine? Which version of Java? Where did you put the native libraries (probably called libtoscomm.so and libgetenv.so)? What kind of output do you expect (what do you see on Windows when it is running as expected)? Do you get any additional error messages?
Cheers, Urs PS: Just as a side remark for running TOS applications without installing the whole setup: It is possible to load the native libraries from an arbitrary file specifying the full path (needs some minor modifications to the TOS libraries). Thus it is possible to include the toscomm and getenv native libraries for different operating systems as resources in the jar file, extract them at runtime to a temporary location and then load them. With this, no additional installation is necessary (besides a working JVM of course). Héberte Fernandes de Moraes wrote: > Hi > > I`m new to development in the TinyOS platform and I`m having a very strange > problem. The application was > developed in java and only use the mote (tmote sky) for sending messages. > The problem is: I'm trying to run this java application on pc's without the > TinyOS platform installed (all with linux), > when I run my application I have the following return: > > Mote found in / dev/ttyUSB0. > serial @ / dev/ttyUSB0: 57600: resynchronising > Searching motes information. > > And here is locked. When I run the Windows application runs perfectly. > Does anyone have any idea to solve this problem? > > Ps.: Sorry for my bad english!!! > > Hugs and I await response > > > Héberte Fernandes de Moraes > Mestrando - Programa de Engenharia de Sistemas e Computação > PESC/COPPE/UFRJ _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
