I am using Fedora Linux.
I had some JNI error on TinyOS-1.x.
You can fix most location problems with
-- /opt/tinyos-1.x/tools/scripts/locate-jre
-- /opt/tinyos-1.x/tools/java/jni/Makefile
-- /opt/tinyos-1.x/tools/java/net/tinyos/util/Env.INSTALL

In my case,
*getenv* occurred problems.
I fixed it with below.
in file
/opt/tinyos-1.x/tools/java/net/tinyos/util/Env.java
change the line
java.lang.System.loadLibrary("getenv");
to
Runtime.getRuntime( ).load("~~~~/libgetenv.so");

-jh.kang


2007/6/15, Ahmed Said <[EMAIL PROTECTED]>:
hi,

when i try tos-install-jni i get an error that java is not found and
not installing JNI code, and when i am installing the tinyos tools
package i get the same error, although i have installed the JDK, can
anyone help please....

thanks in advance
Regards,
Ahmed
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help



--
Jeonghoon Kang
Senior Researcher
at Korea Electronics Technology Institute(www.keti.re.kr) ;
TinyOS Korea Forum Administrator; www.tinyos.or.kr ;
work = [EMAIL PROTECTED] ;
private = [EMAIL PROTECTED] ;
www.pinkfloyd.re.kr/rnd/ ;
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to