Skip to content
Prev 174409 / 398502 Next

Calling R from Java (trying the R interface to Omegahat and Java)

Michael Kubovy <kubovy at virginia.edu> writes:
Others will point you to rJava

  http://www.rforge.net/rJava/

which might well be a good solution for you; if you have reasons for
using SJava, then the currently maintained version is at

  https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SJava

accessible using 'svn' and the instructions at

  http://wiki.fhcrc.org/bioc/SvnHowTo

It has not been tested recently on a mac...
This should be

  R CMD INSTALL --clean SJava_0.69-0.tar.gz
you require the JDK (Java Development Kit), not just the JRE (Java
Runtime Environment); if you've got the right software installed, you
should be able to find the program 'javah' on your system. 

Hope that helps,

Martin

  
    
Message-ID: <6ph8wmzd1x5.fsf@gopher4.fhcrc.org>
In-Reply-To: <8C6A79D9-D28B-49EA-B51A-4C1A1EE8D967@virginia.edu> (Michael Kubovy's message of "Fri, 20 Mar 2009 22:36:48 -0400")