Skip to content

rJava install - "%1 is not a valid Win32 application."

4 messages · Simon Knapp, Steven Ranney, David Stevens

#
My guess would be that your running the 32 bit version of R - and
rJava is looking for the 64 bit dll. I'd suggest starting the 64 bit
version of R explicitly (e.g. the 64 bit version of Rgui lives at
<R_HOME>/bin/x64/Rgui.exe, whereas the 32 bit version lives at
<R_HOME>/bin/i386/Rgui.exe).
On Tue, Oct 16, 2012 at 2:37 AM, Steven Ranney <steven.ranney at gmail.com> wrote:
8 days later