[Tinyos-help] Compiling Errors!
Ittipong Khemapech
ik.tinyos at googlemail.com
Sat May 3 10:29:28 PDT 2008
I think you may use export command, like:
export
CLASSPATH="$CLASSPATH;/cygdrive/c/cygwin/support/sdk/java/tinyos.jar;."
each time you start the cygwin. (I assume that you're using Windows XP +
cygwin)
Hope this helps.
Ittipong
2008/5/3 Maria Taramigkou <maria.taramigkou at gmail.com>:
>
>
> My CLASSPATH is
> .;.;C:\PROGRA~1\JMF21~1.1E\lib\sound.jar;C:\PROGRA~1\JMF21~1.1E\lib\jmf.jar;C:\PROGRA~1\JMF21~1.1E\lib;
> at the time....
>
>
>
>
> 2008/5/3, Ittipong Khemapech <ik.tinyos at googlemail.com>:
>
> > I think Paul meant that you should not modify any codes in the original
> > TinyOS tree. What is your CLASSPATH?
> >
> > Ittipong
> >
> > 2008/5/3 Maria Taramigkou <maria.taramigkou at gmail.com>:
> >
> > > Because I am newbie could you please explain what do ou mean by that
> > > :
> > > "I would LEAVE THE STANDARD CODE ALONE and add the pre-built JAR to
> > > your classpath.?"
> > >
> > >
> > > 2008/5/3, Paul Stickney <pstickne at gmail.com>:
> > > >
> > > > Start with the simple:
> > > >
> > > > "MsgReader.java:50: package net.tinyos.message does not exist"
> > > >
> > > > Your classpath is wrong, it can't find the given package.
> > > > I would LEAVE THE STANDARD CODE ALONE and add the pre-built JAR to
> > > > your classpath.
> > > >
> > > > As far as the other problem,
> > > >
> > > > XListen.java:69: cannot resolve symbol
> > > > symbol : variable XDump
> > > > location: class net.tinyos.tools.XListen
> > > > xlisten.XDump.printPacket(System.out, packet);
> > > >
> > > > ^--- XDump is not a variable in this context (maybe you wanted a
> > > > method call?)
> > > >
> > > > I would strongly urge you NOT to modify things inside the
> > > > distribution
> > > > hierarchy, copy a fork out and modify externally.
> > > >
> > > > Paul
> > > > _______________________________________________
> > > > Tinyos-help mailing list
> > > > Tinyos-help at millennium.berkeley.edu
> > > >
> > > > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
> > > >
> > >
> > >
> > > _______________________________________________
> > > Tinyos-help mailing list
> > > Tinyos-help at millennium.berkeley.edu
> > >
> > > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
> > >
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20080503/cee05f0e/attachment-0001.htm
More information about the Tinyos-help
mailing list