Re: [Tinyos-help] j

2008-08-30 Thread Michael Schippling
I don't have a T2 system so I can only have ill-informed opinions... but... Make sure your CLASSPATH variable is all caps, you can also put the CP on the command line with: java -classpath yada/dada The trailing semicolon ';' may be a problem as might the backslashes '\' Check that you have a

Re: [Tinyos-help] j

2008-08-30 Thread Sarfraz Nawaz
Please check you classpath and make sure that tinyos-2.x/support/sdk/java/tinyos.jar and current directory is in your classpath. For example, on my machine echo $CLASSPATH returns the following /opt/tinyos-2.x/support/sdk/java/tinyos.jar:. On Sun, Aug 31, 2008 at 12:54 AM, maryam ebraheem