Steven Kang wrote: > > Im trying to load *"xlsx"* package which depends on *"xlsxjars"* and * > "rJava"* packages. > > All the 3 packages (zipped files) are installed successfully in windows. > > I have added "C:\Program Files\Java\jre1.6.0_03\bin\client" to the PATH > variable to get rJava working. > > However, the following error message results after inputting > 'library(xlsx)' > command. > .. > >
I had a similar error message, and got around it by explicitly installing xlsxjars first, then xlsjars. Another problem could be a too long path; test rJava separately to find out if this is a problem in your case. http://markmail.org/message/xydn74666j6narle I have added these comments for others, but I am p=0.8 that it won't help in your case. Dieter -- View this message in context: http://n4.nabble.com/Help-on-loading-xlsx-package-tp1478068p1478230.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.