Philippe,

I didn't use JDK 1.4 (and R1.6.2) yet, but may be I can help
you anyway:

- Did you add the directory that holds the jvm.dll to
  your PATH?

- If you take a look to the source of .JavaInit() ($R_HOME/
  library/SJava/R/SJava), there is a line:
    pathSeparator <- ifelse(version$os == "Win32", ";", ":") 
  this should be:
    pathSeparator <- ifelse(version$os == "mingw32", ";", ":")
  All versions of R that I know of, return "mingw32" for version$os.

Best regards,
Heinz Grimm
begin:vcard 
n:Grimm;Heinz
tel;fax:+41 61 9715 072
tel;work:+41 61 9751 109
x-mozilla-html:FALSE
url:www.rcc.ch
org:RCC Ltd.;IT
version:2.1
email;internet:[EMAIL PROTECTED]
title:Dipl.Ing.(FH)
adr;quoted-printable:;;Zelgliweg 1=0D=0A;Itingen;BL;CH-4452;Switzerland
fn:Heinz Grimm
end:vcard

This e-mail transmission contains confidential or legally privileged
information that is intended for the addressee(s) only. You are hereby
notified that any disclosure, copying, distribution or use of the
contents of this e-mail is strictly prohibited if you are not the
intended recipient. Please inform the sender and delete the message from
your system if you have received this e-mail transmission in error.
Thank you.

Reply via email to