search for: libjri

Displaying 8 results from an estimated 8 matches for "libjri".

Did you mean: liberi
2008 Nov 26
1
eclipse and R
..., I am trying to install Eclipse and R on an amd64 machine running Suse linux 9.3. I have compiled R 2.8.0 with --enable-R-shlib and it seems that compilation was successfull. After starting R, I installed the latest rJava package, from the output: checking whether JRI is requested... yes cp src/libjri.so libjri.so It seems JRI support has been compiled successfully. However, when I try to open R from within Eclipse, I receive an error message: Launching the R Console was cancelled, because it seems starting the Java process/R engine failed. Please make sure that R package 'rJava' with...
2013 Feb 24
7
Help: rJava ubuntu 12.04
...carta el valor de devolución de ‘write’, se declaró con el atributo warn_unused_result [-Wunused-result] rjava.c: En la función ‘RJava_request_lock’: rjava.c:22:8: aviso: se descarta el valor de devolución de ‘write’, se declaró con el atributo warn_unused_result [-Wunused-result] gcc -std=gnu99 -o libjri.so Rengine.o jri.o Rcallbacks.o Rinit.o globals.o rjava.o -shared -L/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64 -L/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server -ljvm -L/usr/lib/R/lib -lR /usr/bin/javac -target 1.4 -source 1.4 -d . ../Mutex.java ../RBool.java ../RConsoleOutputStream.ja...
2009 Feb 28
2
Using JRI and Java 1.6 on MAC OS X
...ust can't get JRI to work with this setup. Here is what I get: Cannot find JRI native library! Please make sure that the JRI native library is in a directory listed in java.library.path. java.lang.UnsatisfiedLinkError: /Library/Frameworks/R.framework/ Versions/2.8/Resources/library/rJava/jri/libjri.jnilib: at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1822) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1739) at java.lang.Runtime.loadLibrary0(Runtime.java:823) at java.lang.System...
2007 Jan 31
0
Fwd: Unable to load rJava - Undefined Symbol GetCreatedJavaVMs
...jre/../include/linux gcc -c -o rjava.o rjava.c -g -Iinclude -DRIF_HAS_CSTACK -DRIF_HAS_RSIGHAND -O3 -g -std=gnu99 -I/usr/local/jdk1.5.0_11/jre/../include -I/usr/local/jdk1.5.0_11/jre/../include/linux -fPIC -I/usr/local/jdk1.5.0_11/jre/../include -I/usr/local/jdk1.5.0_11/jre/../include/linux gcc -o libjri.so Rengine.o jri.o Rcallbacks.o Rinit.o globals.o rjava.o -shared -L/usr/local/jdk1.5.0_11/jre/lib/i386/client -L/usr/local/jdk1.5.0_11/jre/lib/i386 -L/usr/local/jdk1.5.0_11/jre/../lib/i386 -L/usr/lib/R/lib -L -L/usr/lib/R/lib -L -L/usr/local/jdk1.5.0_11/lib -L/usr/local/jdk1.5.0_11/jre/lib -L/usr/...
2012 Feb 19
2
JGR Segmentation fault
...r/2.14.1/R.framework/Versions/2.14/Resources/library: Permission denied. Loading preferences from /Users/User/.JGRprefsrc JGR R_HOME: /usr/local/Cellar/r/2.14.1/R.framework/Resources libroot: /Users/User/Library/R/2.14/library/ Attempting to load jnilib: /Users/User/Library/R/2.14/library/rJava/jri/libjri.jnilib Segmentation fault logout [Process completed] -- View this message in context: http://r.789695.n4.nabble.com/JGR-Segmentation-fault-tp4401260p4401260.html Sent from the R help mailing list archive at Nabble.com.
2009 Jul 15
2
rJava fails compilation on R-2.9.1 but not R-2.7.1 on Debian Lenny
...ava.c -g -Iinclude -DRIF_HAS_CSTACK -DRIF_HAS_RSIGHAND -g -O2 -I/usr/lib/jvm/java-6-sun-1.6.0.12/jre/../include -I/usr/lib/jvm/java-6-sun-1.6.0.12/jre/../include/linux -fpic -I/usr/lib/jvm/java-6-sun-1.6.0.12/jre/../include -I/usr/lib/jvm/java-6-sun-1.6.0.12/jre/../include/linux gcc -std=gnu99 -o libjri.so Rengine.o jri.o Rcallbacks.o Rinit.o globals.o rjava.o -shared -L/usr/lib/jvm/java-6-sun-1.6.0.12/jre/lib/amd64/server -L/usr/lib/jvm/java-6-sun-1.6.0.12/jre/lib/amd64 -L/usr/lib/jvm/java-6-sun-1.6.0.12/jre/../lib/amd64 -L -L/usr/java/packages/lib/amd64 -L/lib -L/usr/lib -ljvm -L/usr/lib64/R/li...
2012 Jun 27
1
rJava Error
...usr/local/Java/jre/../include/linux gcc -std=gnu99 -c -o rjava.o rjava.c -g -Iinclude -DRIF_HAS_CSTACK -DRIF_HAS_RSIGHAND -g -O2 -I/usr/local/Java/jre/../include -I/usr/local/Java/jre/../include/linux -fpic -I/usr/local/Java/jre/../include -I/usr/local/Java/jre/../include/linux gcc -std=gnu99 -o libjri.so Rengine.o jri.o Rcallbacks.o Rinit.o globals.o rjava.o -shared -L/usr/local/Java/jre/lib/amd64 -L/usr/local/Java/jre/lib/amd64/server -ljvm /usr/local/lib64/R/lib/libR.a -L/usr/local/lib64/R/lib -lRblas -lgfortran -lm -lreadline -lrt -ldl -lm /usr/bin/ld: /usr/local/lib64/R/lib/libR.a(attrib.o)...
2009 Mar 09
5
Help
...an amd64 machine running > >Suse linux 9.3. I have compiled R 2.8.0 with --enable-R-shlib and it > >seems that compilation was successfull. After starting R, I installed > >the latest rJava package, from the output: > >checking whether JRI is requested... yes > >cp src/libjri.so libjri.so > >It seems JRI support has been compiled successfully. However, when I try > >to open R from within Eclipse, I receive an error message: > > > >Launching the R Console was cancelled, because it seems starting the > >Java process/R engine failed. > >...