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 went through the exactly same problem before. 
  Instead of using export CLASSPATH=`cygpath -w 
  cygwin/$TOSROOT/support/sdk/java/tinyos.jar`, try to use export 
  CLASSPATH=`cygpath -w cygwin/$TOSROOT/support/sdk/java/` or [...] 

Content analysis details:   (5.3 points, 5.0 required)

 pts rule name              description
---- ---------------------- --------------------------------------------------
 0.5 FROM_ENDS_IN_NUMS      From: ends in numbers
 0.4 DNS_FROM_RFC_ABUSE     RBL: Envelope sender in abuse.rfc-ignorant.org
 1.4 DNS_FROM_RFC_POST      RBL: Envelope sender in postmaster.rfc-ignorant.org
 0.0 MSGID_FROM_MTA_HEADER  Message-Id was added by a relay
 3.0 FORGED_MUA_OUTLOOK     Forged mail pretending to be from MS Outlook


--- Begin Message ---
I went through the exactly same problem before.

Instead of using export CLASSPATH=`cygpath -w cygwin/$TOSROOT/support/sdk/java/tinyos.jar`,

try to use export CLASSPATH=`cygpath -w cygwin/$TOSROOT/support/sdk/java/` or

export CLASSPATH=`cygpath -w $TOSROOT/support/sdk/java/` (in my environment without cygwin directory) .


Hyungjune

----- Original Message ----- From: "Orlando Delgadillo" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, August 31, 2006 11:37 PM
Subject: [Tinyos-help] How to compile java?


im running tinyos-2.x and trying to do Tutorial lesson 4 but i have problems compiling TestSerial. Im able to compile Listen in java directory but not in the apps directory

For example in /opt/tinyos-2.x/apps/tests/TestSerial

i write

javac TestSerial.java

and it gives a buch of errors... I dont understand why.. my environmental values are set in /etc/profile.d/tinyos.s

TOSROOT="/opt/tinyos-2.x"
export TOSROOT
TOSDIR="$TOSROOT/tos"
export TOSDIR
export CLASSPATH=`cygpath 뻲 cygwin/$TOSROOT/support/sdk/java/tinyos.jar`
export CLASSPATH="$CLASSPATH;."
MAKERULES="$TOSROOT/support/make/Makerules"
export MAKERULES
PATH="/opt/msp430/bin:$PATH"
export PATH

# Extend path for java
type java >/dev/null 2>/dev/null || PATH=`/usr/local/bin/locate-jre --java`:$PATH type javac >/dev/null 2>/dev/null || PATH=`/usr/local/bin/locate-jre --javac`:$PATH
echo $PATH | grep -q /usr/local/bin ||  PATH=/usr/local/bin:$PATH

Can someone please help me!.. thanks

orlando

_________________________________________________________________
WIN YOUR FATHER A FANTASTIC DAY ?50 PRIZES TO WIN http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fadsfac%2Enet%2Flink%2Easp%3Fcc%3DCAD002%2E21377%2E0%26clk%3D1%26creativeID%3D41189&_t=753911014&_r=emailtagline_cadbury&_m=EXT

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



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

Reply via email to