Displaying 2 results from an estimated 2 matches for "rf503".
Did you mean:
r1503
2009 Jun 12
0
JRclient.RSrvException Exception: Handshake
Hi all,
first of all: Sorry for my bad englis, and now the Question:
I have some problems with running R from Java. First i tried using rJava (JRI). But the examples didnt work properly.
Now im trying to establish a connection by using Rserve and JRclient (RF503).
I have the following code, which i`ve found:
------------------------------------------------------------------------
public class RTester {
public static void main(String[] args) {
Rconnection c = getLocalRconnection();
if (c != null) {
try {...
2008 Sep 11
0
Help on executing R from java
Hello,
I've installed Rserve and
I've run it.
I've
installed the JRclient-RF503.jar.
I've installed JDK 1.4.2 and R language version 2.7.1.
Now when I compile the Jrclient exeamples from JBUILDER 9? an error appreas: package org.rosuda.JRclient does not exist ...
could you please help me?
Thank you in advance
[[alternative HTML version deleted]]