Skip to content

SJava

1 message · Yasser El-Zein

#
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.