search for: 0e780ea27b8b71828a93900d

Displaying 1 result from an estimated 1 matches for "0e780ea27b8b71828a93900d".

2002 Oct 31
1
header containing (PR#2003)
Ok, I try to explain the problem better: getHome() uses now "GetModuleFileName()" to determine the R home-directory. "GetModuleFileName()" doesn't check the R_HOME environment setting, instead it returns the path of the .EXE, that started R, which is usually located in $R_HOME/bin. If R is invoked via Java, "GetModuleFileName()" returns $JDK_HOME/jre/bin instead