Re: [Tinyos-help] Java compile problem in TinyOS 2.0

2006-09-05 Thread Michael Schippling
errors. - Original Message - From: Michael Schippling [EMAIL PROTECTED] To: Chong Hui Kim [EMAIL PROTECTED] Cc: tinyos-help@Millennium.Berkeley.EDU Sent: Tuesday, September 05, 2006 5:01 AM Subject: Re: [Tinyos-help] Java compile problem in TinyOS 2.0 Your PATH should include

Re: [Tinyos-help] Java compile problem in TinyOS 2.0

2006-09-04 Thread Michael Schippling
Your PATH should include the bin directory of the SDK, e.g.: /cygdrive/c/JAVA/j2sdk1.4.2_04/bin (I only have 1.4 on this machine) BEFORE windows/system32. Most likely you didn't add the SDK to your PATH variable, or you added the jre/bin which doesn't contain javac. MS Chong Hui Kim

Re: [Tinyos-help] Java compile problem in TinyOS 2.0

2006-09-04 Thread Chong Hui Kim
, September 05, 2006 5:01 AM Subject: Re: [Tinyos-help] Java compile problem in TinyOS 2.0 Your PATH should include the bin directory of the SDK, e.g.: /cygdrive/c/JAVA/j2sdk1.4.2_04/bin (I only have 1.4 on this machine) BEFORE windows/system32. Most likely you didn't add the SDK to your

Re: [Tinyos-help] Java compile problem in TinyOS 2.0

2006-09-04 Thread Chong Hui Kim
Hui Kim [EMAIL PROTECTED] Cc: tinyos-help@Millennium.Berkeley.EDU Sent: Tuesday, September 05, 2006 5:01 AM Subject: Re: [Tinyos-help] Java compile problem in TinyOS 2.0 Your PATH should include the bin directory of the SDK, e.g.: /cygdrive/c/JAVA/j2sdk1.4.2_04/bin (I only have 1.4

[Tinyos-help] Java compile problem in TinyOS 2.0

2006-09-03 Thread Chong Hui Kim
I've installed TinyOS 2.0. To use SerialForwarder, I tried to compile java source. But, "javac: command not found" error was shown. What's wrong? Why did not javac been installed? In my computer, JDK 1.5 is installed and java.exe is found. Thanks in advance.

[Tinyos-help] java compile problem

2006-08-25 Thread Cormac Duffy
saw this error in my make ouput of the java tools in tinyos 1.x Have no idea why this happens but essentially the output looks like the following and the reason it happens is make[3]: Entering directory `/home/cd5/workspace/tinyos-1.x/tools/java/net/tinyos/oscope' ...