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

Philippe Grosjean phgrosjean at sciviews.org
Tue Feb 4 16:55:03 CET 2003


For those who are interested, I posted a Windows compiled version of SJava
0.64 that works with R 1.6.2 and JDK 1.4 on ftp.sciviews.org, under
/Download/Rwindows/.


Thanks Simon, Heinz and Brian for helping me getting this running version.
When compiling SJava 0.64 under Windows (R 1.6.2, JDK 1.4.0-02, Win XP),
line 286 of $R_HOME/library/SJava/R/SJava has to be changed from:

   pathSeparator <- ifelse(version$os == "Win32", ";", ":")

to

   pathSeparator <- ifelse(.Platform$OS.type == "windows", ";", ":")

in order to work in R 1.6.2. Of course, the path to jvm.dll must also be
added to the "path" environment variable. With my installation, it is:

c:\progra~1\Java\j2re1.4.0_02\bin\Client


Best regards,

Philippe Grosjean

...........]<(({?<...............<?}))><...............................
 ) ) ) ) )
( ( ( ( (       Dr. Philippe Grosjean
 ) ) ) ) )
( ( ( ( (       LOV, UMR 7093
 ) ) ) ) )      Station Zoologique
( ( ( ( (       Observatoire Oceanologique
 ) ) ) ) )      BP 28
( ( ( ( (       06234 Villefranche sur mer cedex
 ) ) ) ) )      France
( ( ( ( (
 ) ) ) ) )      tel: +33.4.93.76.38.16, fax: +33.4.93.76.38.34
( ( ( ( (
 ) ) ) ) )      e-mail: phgrosjean at sciviews.org
( ( ( ( (       SciViews project coordinator (http://www.sciviews.org)
 ) ) ) ) )
.......................................................................




More information about the R-help mailing list