I've been using the xlsx package for R successfully for a while now. That package requires rjava and ever since the most recent Windows update, rjava now throws an error in R. The error is:
require(xlsx)
Loading required package: xlsx
Loading required package: xlsxjars
Loading required package: rJava
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object
The JVM is installed and the path is set:
C:\Program Files\R\R-2.15.2\bin\x64>java -version
java version "1.7.0_09"
Java(TM) SE Runtime Environment (build 1.7.0_09-b05)
Java HotSpot(TM) 64-Bit Server VM (build 23.5-b02, mixed mode)
and it happens in R versions 2.15.0 and 2.15.2.
Any ideas on what it could be or a fix?
Thanks in advance.