Is theer an SJava mailing list?

I have the following SJava related question:

I am calling a Java methos in this mannor:

a <- .Java("className", "methodName")
print("done")

As defined, the mother returns an Object  in some case this Object
points to an array of 100,000 Strings. The method prints a statement
when its done. I see ahuge delay between teh last statement in teh
java method and the "done" statement above. I am looking for a way to
improve the speed of SJava converting the java result into R.

______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to