Re: [Tinyos-help] Help - NoClassDefFoundError: javax/comm/SerialPortEventListen...........

2007-03-15 Thread Michael Schippling
I think the commapi package is NOT the javax.comm package, which is an older version of port access (no longer) supplied by SunMicro. I have a bootleg on my site: http://www.etantdonnes.com/TMP/javacomm20-win32.zip if you want to try it. The zip contains an installer and instructions. MS

[Tinyos-help] Help - NoClassDefFoundError: javax/comm/SerialPortEventListen...........

2007-03-14 Thread preeti k
Hello, I am using tinyos1.x on cygwin. I need to experiment with mote to pc communication. I am following the instructions in lesson 6. When i try to run the Listen class , i get the following exception. $ java net.tinyos.tools.Listen Exception in thread main java.lang.NoClassDefFoundError:

[Tinyos-help] Help - NoClassDefFoundError: javax/comm/SerialPortEventListen...........

2007-03-14 Thread preeti k
Hello, I am using tinyos1.x on cygwin. I need to experiment with mote to pc communication. I am following the instructions in lesson 6. When i try to run the Listen class , i get the following exception. $ java net.tinyos.tools.Listen Exception in thread main java.lang.NoClassDefFoundError:

Re: [Tinyos-help] Help - NoClassDefFoundError: javax/comm/SerialPortEventListen

2006-05-18 Thread Michael Schippling
Looks like you have not installed or configured the javax.comm package correctly. Assuming you are on MSWidows I have a copy: http://www.etantdonnes.com/TMP/javacomm20-win32.zip MS Srivastava, Niraj (ASD) wrote: Hi I am trying to install Tinyos and run SerialForwarder but keep getting the

RE: [Tinyos-help] Help - NoClassDefFoundError: javax/comm/SerialPortEventListen

2006-05-18 Thread Srivastava, Niraj (ASD)
: Michael Schippling [mailto:[EMAIL PROTECTED] Sent: Thursday, May 18, 2006 3:28 PM To: Srivastava, Niraj (ASD) Cc: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] Help - NoClassDefFoundError: javax/comm/SerialPortEventListen Looks like you have not installed or configured