An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120525/8d8da777/attachment.pl>
Java problem - XLConnect/xlsx package
3 messages · Rainer Haidinger, Martin Studer, rhaidinger
Hi Rainer, Looking at your sessionInfo() it looks like you are using 32-bit R on 64-bit Windows 7. My guess is that the installed JVM is 64-bit. This leads to an architecture clash between R and Java. It is important to make sure that the architectures of R and the JVM match, i.e. either both are 32-bit or both are 64-bit. Can you verify if this is the case? Run "java -version" on the command line to see whether you are using a 32-bit or 64-bit JVM. Regards, Martin -- View this message in context: http://r.789695.n4.nabble.com/Java-problem-XLConnect-xlsx-package-tp4631304p4631365.html Sent from the R help mailing list archive at Nabble.com.
Hello Martin, thank you for your reply. Yes, it is maybe an architecture clash, we run win 7 64 bit and java 32 bit. But R is 32-bit and the path variable is set to the 32-bit java folder. So maybe the problem don't lies there. Best regards Rainer -- View this message in context: http://r.789695.n4.nabble.com/Java-problem-XLConnect-xlsx-package-tp4631304p4631433.html Sent from the R help mailing list archive at Nabble.com.