Open tedmoorman opened 2 years ago
Thanks for reporting this! This sounds like an rJava
issue more than xlsx
since java/lang/Object
is a very core Java class.
Would you mind starting a fresh R session, and trying:
library(rJava)
.jinit()
This can help isolate rJava
as the issue. xlsx
runs .jinit()
when you load the package, which initializes the Java VM. As such, we tend to highlight issues in the underlying JVM 🙈 The issue is probably outside of this package, I would guess
Ended up crashing RStudio! Output from running that code in the Terminal is below.
> library(rJava)
> .jinit()
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object
I'm receiving an error during the installation:
I have rJava and xlsxjars installed. I also ran
tar fxz ~/xlsx_0.6.5.tar.gz
andR CMD javareconf -e
before running the install, which fixes most Java installation related problems. Here is mysessionInfo()
:Any help is appreciated.