Hi there,

Thanks for the assistance. When running a tos-check-env in an Ubuntu setup
I'm also using I'm getting the error:

--> WARNING: The JAVA version found first by tos-check-env may not be
version 1.4 or version 1.5one of which is required by TOS. Please ensure
that the located Java version is 1.4 or 1.5
--> WARNING: The graphviz (dot) version found by tos-check-env is not 1.10.
Please update your graphviz version if you'd like to use the nescdoc
documentation generator.

I'm using java 1.6

Any ideas?

Regards,
Dave.

On 13 April 2010 12:18, Omar Bouzid <o.m.bou...@newcastle.ac.uk> wrote:

>  Hi,
>
> Try to export the classpath as follows:
>
> export CLASSPATH=`.;C:/cygpath/opt/tinyos-2.x/support/sdk/java/tinyos.jar`;
>
>
>
> also you can set it in your environment variables as:
>
> C:\cygpath\opt\tinyos-2.x\support\sdk\java\tinyos.jar`
>
>
>
> Cheers,
>
> Omar
>
>
>
> *From:* tinyos-help-boun...@millennium.berkeley.edu [mailto:
> tinyos-help-boun...@millennium.berkeley.edu] *On Behalf Of *Dave McGee
> *Sent:* 12 April 2010 19:06
> *To:* tinyos-help@millennium.berkeley.edu
> *Subject:* [Tinyos-help] Issues setting classpath (Cygwin, Windows, TinyOS
> 2.x)
>
>
>
> Hi all,
>
> I'm experiencing some issues setting my java classpath using Cygwin,
> Windows and TinyOS 2.x.
>
> I'm following the tutorial on installing TinyOS 2.1.1 (
> http://docs.tinyos.net/index.php/Installing_TinyOS_2.1.1#Manual_installation_on_your_host_OS_with_RPMs)
>  and I've tried to add the following lines of code to my bashrc file, as
> instructed.
>
> export CLASSPATH=`cygpath -w $TOSROOT/support/sdk/java/tinyos.jar`
> export CLASSPATH="$CLASSPATH;."
>
> Unfortunately this is returning the error  "command not found" when I try
> echo the $CLASSPATH in cygwin to verify it has been found. All my other
> environment variables are working fine..
>
> export TOSROOT=/opt/tinyos-2.x
> export TOSDIR=$TOSROOT/tos
> export CLASSPATH=`cygpath -w $TOSROOT/support/sdk/java/tinyos.jar`
> export CLASSPATH="$CLASSPATH;."
> export MAKERULES=$TOSROOT/support/make/Makerules
>
> Any ideas? Thanks
>
> Regards,
> Dave
>



-- 
Regards,
Dave
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to