Displaying 1 result from an estimated 1 matches for "rinitjvm".
2009 May 13
0
Segmentation fault in package rJava on CentOS server
...(JAVA_HOME)/../include/linux
Package rJava got properly installed (there were a number of warnings,
though, in the installation process). However,
> library(rJava)
> .jinit("")
*** caught segfault ***
address 0xc, cause 'memory not mapped'
Traceback:
1: .External("RinitJVM", boot.classpath, parameters, PACKAGE = "rJava")
2: .jinit("")
Whenever I try to interact with Java from R --I am interested in the
RJDBC package--, I get the same segmentation fault at the .jinit call.
In particular, when .jinit calls RinitJVM.
Any ideas?
Best regards,...