Dear R expert:

I have the problems with calling R from Java on Windows
XP_SP2/Eclipse3.1/JDK1.5

problems:

Loading RInterpreter library
Exception in thread "main" java.lang.UnsatisfiedLinkError: no RInterpreter
in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:992)
at org.omegahat.R.Java.ROmegahatInterpreter.(ROmegahatInterpreter.java:28)
at org.omegahat.R.Java.Examples.lmTest.main(lmTest.java:8)
and

Exception in thread "main" java.lang.UnsatisfiedLinkError: no SJava in
java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:992)
at org.omegahat.R.Java.RForeignReference.(RForeignReference.java:22)
at ne.Test.main(Test.java:11)

help me!Thanks!
name:wanghu(from china)

        [[alternative HTML version deleted]]

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to