Hello again I found a solution for this problem
go to the /usr/local/bin you with find a file with a name tos-install-jni open it with any editor at line 13 if [ cygpath -w / >/dev/null 2>/dev/null ] || [ `uname` == "Darwin" ]; then change Darwin to what result do you obtain when you type $uname at line 16 install --group=SYSTEM $lib "$jni" || exit 1 change SYSTEM to your group, you will find your group when you open cygwin at first line also at line 29 change the group Best Regards Ahmed Joe Green-4 wrote: > > When I run tos-install-jni, I get the message: > Invalid group SYSTEM > > The commands "java" and "javac" run fine, so the PATH environment variable > should be okay. > System Info: > Java directory: c:\cygwin\Java > JDK download: JDK 1.6 SE Update 11 > Operating system: Vista > TinyOS version: TinyOS 2.1 > > Any ideas? > > Thanks, > Joe > > > > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > -- View this message in context: http://www.nabble.com/tos-install-jni%3A-Invalid-group-SYSTEM-tp21466760p25748067.html Sent from the TinyOS - Help mailing list archive at Nabble.com. _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
