Re: [Tinyos-help] Problem with Implementing GUI for Listen Programme

2006-01-18 Thread Michael Schippling
alright then. Your CLASSPATH does contain both . and tools/java so that should be ok. I think you are having package naming problems, but I don't get how Circle (wrong name: net/tinyos/oscope/Circle) comes up with oscope... Coulda fooled me that you can embed the applet tag in the .java... Like

[Tinyos-help] Problem with Implementing GUI for Listen Programme

2006-01-17 Thread nandy jones
Hi, I m trying Circle.java programme in the tools directory its workin fine ( compilation running ). But whenever I m trying to add the following import statement Its giving me error That class could not be found though its compiling successfully. package net.tinyos.tools; import

Re: [Tinyos-help] Problem with Implementing GUI for Listen Programme

2006-01-17 Thread Michael Schippling
OK. I am way confused This code that you sent is in a file named net/tinyos/tools/Listen.java in the tools/java directory? Or what? And where are you trying to run the program from? What is the exact command? What is the exact error from the javac compile and the appletviewer run? What is