Hi Sam, >>/bin/sh: javac: command not found
it seems that you have not installed java compiler(javac). That's why you couldn't rebuild & run Oscilloscope application. You should install JDK (Java Development Kit) from Sun Microsystems. Regards, -- Mehmet Akif Antepli On Wed, Feb 3, 2010 at 4:01 PM, Sam azzaro <[email protected]> wrote: > Hi, > i use Tinyos-2.1. > i want to test the Oscilloscope application by following the tutorial > but when i go to tinyos-2.x/apps/Oscilloscope/java and tape make to run > the javaGUI i get this error: > $ make > mig -target=null -java-classname=OscilloscopeMsg java ../Oscilloscope.h > oscillos > cope -o OscilloscopeMsg.java > ncg -target=null -java-classname=Constants java ../Oscilloscope.h NREADINGS > DEFA > ULT_INTERVAL -o Constants.java > javac *.java > /bin/sh: javac: command not found > make: *** [Oscilloscope.class] Error 127 > > i tried to do make clean and also i tried: $ rm -f *.class > OscilloscopeMsg.java Constants.java > but the error persists. > > could you help me please ?? > > sam, > > ------------------------------ > Hotmail : une messagerie performante et gratuite avec une sécurité signée > Microsoft Profitez-en <https://signup.live.com/signup.aspx?id=60969> > > _______________________________________________ > 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
