Re: [Tinyos-help] Javac error

2009-03-19 Thread Janos Sallai
Sent: Wednesday, March 18, 2009 6:39:52 PM Subject: Re: [Tinyos-help] Javac error Your classpath is incorrect. Please follow the installation instructions at http://docs.tinyos.net/index.php/Installing_TinyOS_2.1 Janos 2009/3/18 Lupe Krops lupe...@yahoo.com: Hello to everyone, I'm

[Tinyos-help] Javac error

2009-03-18 Thread Lupe Krops
Hello to everyone,   I'm having a problem compiling with javac in Tinyos2.1 under windows xp. I have searched through the forums, set the paths, and verify that at least the paths are the expected (or I hope so). My settings are the following: $ type java java is hashed (/cygdrive/c/Program

[Tinyos-help] javac error

2008-10-09 Thread Adeel Akhtar
Hi All: i have installed tinyos2.1.0 with cygwin on windows platform.it is doing well with all applications on micaz mote except those application that are haveing java files with them e.g RadioCountToLeds when i make this application it gives an errormake: javac :command not found. can any

[Tinyos-help] javac error

2007-01-24 Thread preeti k
Hello, I 've installed tinyos2.x on cygwin. The Blink application runs fine but RadioCountToLeds doesn't. The reason is the javac path is not set. I looked into a thread that discusses this and set the path accordingly. And now when i say 'type javac' i get the correct path. But when i say

Re: [Tinyos-help] javac error

2007-01-24 Thread Tarun Bansal
Your javac is correctly installed. Try doing make -B in /opt/tinyos-1.x/tools/java Tarun Bansal http://bansal.tarun.googlepages.com/ On 1/24/07, preeti k [EMAIL PROTECTED] wrote: Hello, I 've installed tinyos2.x on cygwin. The Blink application runs fine but RadioCountToLeds doesn't. The

Re: [Tinyos-help] javac error

2007-01-24 Thread Michael Schippling
You've probably used backslashes '\' in the CLASSPATH setting, which may-or-may-not work...but to use them you need to put the whole string in quotes like this a\b\c;d;. or the shell will use the B-s's as escape chars. I usually convert everything to the true-and-correct forward-slash '/' AND use