Displaying 2 results from an estimated 2 matches for "getsimplename".
2010 Aug 03
1
xlsx package
...on went smoothly. But when I tried to load the library, I got the
following error message:
> library(xlsx)
Loading required package: xlsxjars
Loading required package: rJava
Error : .onLoad failed in loadNamespace() for 'xlsxjars', details:
call: .jinit()
error: cannot obtain Class.getSimpleName method ID
Error: package 'xlsxjars' could not be loaded
The help page of the xlsx package has a note "NOTE: You may need to add to your
PATH variable the location of your JVM (e.g. C:/Program
Files/Java/jre6/bin/client) to get rJava working. "
I did add that to the PATH var...
2010 Nov 14
1
Problems loading xlsx
...m trying to run the package xlsx to read Excel 2007 files and I am
getting the error below.
> library(xlsx)
Loading required package: xlsxjars
Loading required package: rJava
Error : .onLoad failed in loadNamespace() for 'xlsxjars', details:
call: .jinit()
error: cannot obtain Class.getSimpleName method ID
Error: package 'xlsxjars' could not be loaded
By looking up this in the mailing list I have seen that it is an error
related to the configuration of the path.
I was also made aware that the path read into R gets truncated if it is too
long. To avoid any issue I have added the jre...