Duncan Murdoch stats.uwo.ca> writes:
> I don't know what's going wrong on your system. I added a browser()
> call to the .onLoad function in R/windows/FirstLib.R on my system, and I
> see it successfully gets JAVA_HOME from the registry. It gets a number
> of other files, then adds these pat
On 24/01/2009 3:56 PM, Dieter Menne wrote:
Duncan Murdoch stats.uwo.ca> writes:
shell("set JAVA_HOME")
JAVA_HOME=C:\Program Files\Java\jre6
That doesn't last beyond the shell call, as far as I know. It starts a
process to run the shell, sets the environment variable in that process,
Duncan Murdoch stats.uwo.ca> writes:
> >> shell("set JAVA_HOME")
> >>
> > JAVA_HOME=C:\Program Files\Java\jre6
> >
>
> That doesn't last beyond the shell call, as far as I know. It starts a
> process to run the shell, sets the environment variable in that process,
> then the process d
Dieter Menne wrote:
Duncan Murdoch stats.uwo.ca> writes:
Slightly different for me, but failure:
jvm.dll is on path (checked successfully with "where jvm.dll")
From within R? Remember that the PATH is process-specific. Maybe your
shell added something that put jvm.dll on its pa
Duncan Murdoch stats.uwo.ca> writes:
> > Slightly different for me, but failure:
> >
> > jvm.dll is on path (checked successfully with "where jvm.dll")
>
> From within R? Remember that the PATH is process-specific. Maybe your
> shell added something that put jvm.dll on its path, but you di
On 1/23/2009 12:06 PM, Dieter Menne wrote:
Duncan Murdoch stats.uwo.ca> writes:
If you look at rJava:::.onLoad now that you can load the package,
you'll see that it goes through a number of tests to try to find the
right path.
Slightly different for me, but failure:
jvm.dll is on path
Duncan Murdoch stats.uwo.ca> writes:
>
> If you look at rJava:::.onLoad now that you can load the package,
> you'll see that it goes through a number of tests to try to find the
> right path.
Slightly different for me, but failure:
jvm.dll is on path (checked successfully with "where jvm.d
On 1/23/2009 9:44 AM, drflxms wrote:
Dear Mr. Murdoch, Dear Mr. Ripley, Dear Mr. Wang,
thank you very much for your quick and efficient help! It is exactly as
Duncan explained it: Including jvm.dll in PATH solved the problem
immediately. Everything works fine now.
The only thing is, that I do n
Dear Mr. Murdoch, Dear Mr. Ripley, Dear Mr. Wang,
thank you very much for your quick and efficient help! It is exactly as
Duncan explained it: Including jvm.dll in PATH solved the problem
immediately. Everything works fine now.
The only thing is, that I do not understand why I had to do this
manu
On 1/23/2009 7:38 AM, drflxms wrote:
Dear community,
unfortunately I did not manage load the rJava package receiving the following
error-message:
library("rJava")
Error in inDL(x, as.logical(local), as.logical(now), ...) :
kann shared library 'C:/Programme/R/2.8.1/library/rJava/libs/rJava.dl
Most likely Java is not in place, including in the DLL search path.
On Fri, 23 Jan 2009, drflxms wrote:
Dear community,
unfortunately I did not manage load the rJava package receiving the following
error-message:
library("rJava")
Error in inDL(x, as.logical(local), as.logical(now), ...) :
Dear community,
unfortunately I did not manage load the rJava package receiving the following
error-message:
> library("rJava")
Error in inDL(x, as.logical(local), as.logical(now), ...) :
kann shared library 'C:/Programme/R/2.8.1/library/rJava/libs/rJava.dll' nicht
laden:
LoadLibrary failure:
12 matches
Mail list logo