Skip to content
Prev 299516 / 398503 Next

Problem to establish Bloomberg connection / Package RBloomberg / function blpConnect()

OK. Are you running 32 bit or 64 bit R? And 32 bit or 64 bit Java?

This can help shed light on the settings for the JVM being accessed by R:
require(rJava)
.jinit()
jvm <- .jnew("java.lang.System")
jvm.props <- jvm$getProperties()$toString()
jvm.props <- strsplit(gsub("\\{(.*)}", "\\1", jvm.props), ", ")[[1]]


-John
On Mon, Jul 9, 2012 at 8:23 AM, Alexander Erbse <ae at alpha-centauri.com> wrote: