Spam detection software, running on the system "mail.Millennium.Berkeley.EDU", 
has
identified this incoming email as possible spam.  The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email.  If you have any questions, see
the administrator of that system for details.

Content preview:  I didn't remembered that... I commented the lines the used
   net.tinyos: //import net.tinyos.message.*; //import net.tinyos.packet.*;
  //import net.tinyos.util.*; and the error still remains. [...] 

Content analysis details:   (3.6 points, 3.3 required)

 pts rule name              description
---- ---------------------- --------------------------------------------------
 3.2 FH_DATE_PAST_20XX      The date is grossly in the future.
 0.0 HTML_MESSAGE           BODY: HTML included in message
-0.7 BAYES_20               BODY: Bayesian spam probability is 5 to 20%
                            [score: 0.1008]
 1.1 DNS_FROM_OPENWHOIS     RBL: Envelope sender listed in bl.open-whois.org.

The original message was not completely plain text, and may be unsafe to
open with some email clients; in particular, it may contain a virus,
or confirm that your address can receive spam.  If you wish to view
it, it may be safer to save it to a file and open it with an editor.

--- Begin Message ---
I didn't remembered that... I commented the lines the used net.tinyos:

//import net.tinyos.message.*;
//import net.tinyos.packet.*;
//import net.tinyos.util.*;

and the error still remains.

2010/6/6 tarun sharma <[email protected]>

> What i mean is eg: Listen.java says "package net.tinyos.tools" so if i
> compile Listen.java and run it from "the folder where it is stored" it'll
> give me NoClassDefFoundError. So i'll need to go to folder java (where
> folder net is stored) and then fun net.tinyos.tools.Listen.
>
> Another way can be to jus remove the line from code that says package
> xxx.xx.xxx. then you can run from the folder where program is stored.
>
> Have u looked in to that??
>
>
> On Sat, Jun 5, 2010 at 9:08 PM, Walter Bishop <[email protected]>wrote:
>
>> I didn't quite understand what tarun sharma said. But I tried to put my
>> CLASSPATH to:
>>
>>
>> CLASSPATH="/home/user/tinyos-2.x/support/sdk/java/:.:/home/user/tinyos-2.x/support/sdk/java/tinyos.jar"
>>
>> and I still have the same error. Can someone please tell me in more
>> detail, please.
>>
>>
>> Cheers.
>>
>>
>> CLASSPATH=/home/user/tinyos-2.x/support/sdk/java/:.:/home/user/tinyos-2.x/support/sdk/java/tinyos.jar
>>
>> and
>>
>> 2010/6/5 tarun sharma <[email protected]>
>>
>> All java application are in a "package". If you do not pay head to the
>>> package you'll get that error. Are you taking care of that while running?
>>>
>>> On Sat, Jun 5, 2010 at 3:46 PM, Walter Bishop <[email protected]>wrote:
>>>
>>>> Howdy,
>>>>
>>>> I'm new to tinyOS and so I started by reading the documentation archives
>>>> and tried to compile programs for my micaz motes.
>>>>
>>>> In the part where i'm sending the information read by the motes to the
>>>> pc i'm having the following error:
>>>>
>>>> Exception in thread "main" java.lang.NoClassDefFoundError: TestSerial
>>>> Caused by: java.lang.ClassNotFoundException: TestSerial
>>>>     at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
>>>>     at java.security.AccessController.doPrivileged(Native Method)
>>>>     at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
>>>>     at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
>>>>     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
>>>>     at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
>>>>     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:334)
>>>> Could not find the main class: TestSerial. Program will exit.
>>>>
>>>> I've tried some of the solutions that i've all over the internet, but
>>>> with no success, can someone, please, give me a hint?
>>>>
>>>> Thanks in advance.
>>>>
>>>>
>>>> Cheers!
>>>>
>>>> _______________________________________________
>>>> Tinyos-help mailing list
>>>> [email protected]
>>>> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>>>>
>>>
>>>
>>
>> _______________________________________________
>> Tinyos-help mailing list
>> [email protected]
>> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>>
>
>

--- End Message ---
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to