Architect / StatET: Launching R Console was cancelled because R engine failed Architect / StatET: Launching R Console was cancelled because R engine failed r r

Architect / StatET: Launching R Console was cancelled because R engine failed


I received prompt and helpful feedback from Open Analytics (thanks!), who informed me that the problem is due to changes in Java 8. With Java 7, Architect works fine. The next release of Architect will incorporate the changes in Java 8.

In order to get it work with Java 7, enforce the use of a specific Java Runtime, by using the -vm argument in the architect.ini file as follows:

-vmC:\Program Files\Java\jre7\bin\javaw.exe

(mind the line break, which is required)

This is particularly useful if you have several Java versions on your system where the default Java is not suitable for use with Architect. The architect.ini file is found directly at the top level of the installation folder of Architect. You can find out where this is by looking at the Properties of the Architect shortcut on your desktop.

N.B. the -vm argument should be put before the -vmargs argument otherwise it is simply ignored!

N.B. examples of -vm specification on GNU/Linux and Mac OS X:

http://wiki.eclipse.org/Eclipse.ini#-vm_value:_Linux_Example

http://wiki.eclipse.org/Eclipse.ini#-vm_value:_Mac_OS_X_Example