R - Error : .onLoad failed in loadNamespace() for 'rJava'

前端 未结 6 1197
北荒
北荒 2020-11-28 09:45

While loading rJava package, I receive this error:

Error : .onLoad failed in loadNamespace() for \'rJava\', details:
  call: inDL(x         


        
6条回答
  •  伪装坚强ぢ
    2020-11-28 10:23

    If you have both 64-bit R and 32-bit R versions installed, try from each one.

    For me it worked on R 64bits but not R 32bits. But of course that depends on your java version (64-bit Java vs 32-bit Java).

提交回复
热议问题