Problems requiring rJava in Windows

℡╲_俬逩灬. 提交于 2019-12-04 01:39:09
LyzandeR

I think the problem on this occasion is that your Java is 32-bit, whereas your R is 64-bit. This is why you get a R and Java have different architectures error.

In order to check what your Java version is on Windows type:

java -d64 -version

on the command line as it is mentioned here.

I think that once you install the correct Java version i.e. the 64-bit on this occasion then loading your xlsx library will work!

The architecture of Java you get for install from the regular Java download web page depends on the architecture of browser you’re using (32-bit or 64-bit) when you download it. This happens without any fanfare. Try the Java manual download page, select the 64-bit version of Java for your OS, install it, and then (after restarting R) try your R packages again.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!