Re: [Tinyos-help] SerialForwarder Help

2010-11-06 Thread Urs Hunkeler
Hi, With java, you specify the class name, not the file name, so no trailing .class. Also, you need to specify the full class name (including the package): java net.tinyos.sf.SerialForwarder For more details about the SerialForwarder, see the tutorials, and more specifically:

Re: [Tinyos-help] SerialForwarder Help

2010-11-06 Thread José Eduardo S . C . Xavier
Thanks, now it gives me that error: r...@ze-kpc:/opt/tinyos-2.1.1/support/sdk/java/net/tinyos/sf# java net.tinyos.sf.SerialForwarder No protocol specified Exception in thread main java.lang.InternalError: Can't connect to X11 window server using ':0' as the value of the DISPLAY variable.

[Tinyos-help] SerialForwarder Help

2010-11-05 Thread José Eduardo S . C . Xavier
Hi, i want to use SerialFotwarder but it get me some erros: *r...@ze-kpc:/opt/tinyos-2.1.1/support/sdk/java/net/tinyos/sf# java SerialForwarder.class* *Exception in thread main java.lang.NoClassDefFoundError: SerialForwarder/class* *Caused by: java.lang.ClassNotFoundException: