[Tinyos-help] Java compile problem in TinyOS 2.0
Michael Schippling
schip at santafe.edu
Mon Sep 4 23:57:25 PDT 2006
rather bizzare....I believe your error message indicates that
the javax.comm library, or more exactly a TOS specific version
thereof, is not accessible on your system. If it works it works,
but if there are more problems, search for javax.comm on this
list, or download the hijacked copy I keep on my site:
http://www.etantdonnes.com/TMP/javacomm20-win32.zip
MS
Chong Hui Kim wrote:
> In my system, I installed JDK with Update 8.
> For problem about executing SerialForwarder, I removed JDK 1.5 with Update 8 and installed JDK 1.5 with Update 6.
>
> Then, SerialForwarder is executed without errors.
>
>
> ----- Original Message -----
> From: "Michael Schippling" <schip at santafe.edu>
> To: "Chong Hui Kim" <chkim at rtcl.kaist.ac.kr>
> Cc: <tinyos-help at 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 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 wrote:
>>>
>>> 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 mailing list
>>> Tinyos-help at Millennium.Berkeley.EDU
>>> https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
More information about the Tinyos-help
mailing list