Skip to content

rJava

3 messages · Tolga Uzuner, Jeff Newmiller

#
Dear R Users,
I am having the following problem with rJava, on a Windows 10 machine with R 3.3.2:
Error : .onLoad failed in loadNamespace() for 'rJava', details:
  call: fun(libname, pkgname)
  error: JAVA_HOME cannot be determined from the Registry
Error: package or namespace load failed for ?rJava?

Any help appreciated.
Thanks in advance


Sent from Mail for Windows 10
#
I would guess that you don't have the Java runtime installed, or that the wordsize (32 or 64 bit) runtime you have installed is not compatible with the wordsize of the version of R that you are using. 

You really should read and heed the Posting Guide, which mentions things like mentioning your operating system and using plain text email rather than HTML to avoid us not seeing what you see (which is confusing at best).
#
Many thanks and will post accordingly.
Tolga