[R] [Out off-topic] SJava under Windows

Heinz Grimm grimm.heinz at rcc.ch
Tue Feb 4 14:00:04 CET 2003


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: grimm.heinz.vcf
Type: text/x-vcard
Size: 292 bytes
Desc: Card for Heinz Grimm
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20030204/c094ecb6/grimm.heinz.vcf
-------------- next part --------------
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.


More information about the R-help mailing list