I'm writing a package that successfully calls Java from R using rJava.
When R sends my Java function bad data (through .jcall()), 
I get the error message details (when I run it on a console)
and then:

Java requested System.exit(1), closing R.

Is there a way to call .jcall so that when Java receives bad data,
the Java function will exit, but won't take down R with it?

Thanks,
Sigal

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to