Re: [Rcpp-devel] RInside Using JNI

2017-08-17 Thread Kota, Ravindra B
August 15, 2017 8:38 AM To: Kota, Ravindra B Cc: Dirk Eddelbuettel ; rcpp-devel@lists.r-forge.r-project.org Subject: RE: [Rcpp-devel] RInside Using JNI CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender an

Re: [Rcpp-devel] RInside Using JNI

2017-08-15 Thread Kota, Ravindra B
availability, if we need to bring you down to Northern Virginia for a day? Regards Ravindra -Original Message- From: Dirk Eddelbuettel [mailto:dirk.eddelbuet...@gmail.com] On Behalf Of Dirk Eddelbuettel Sent: Tuesday, August 15, 2017 7:53 AM To: Kota, Ravindra B Cc: rcpp-devel@lists.r

[Rcpp-devel] RInside Using JNI

2017-08-15 Thread Kota, Ravindra B
Hi, We have financial models written in C++, exposed to Java applications using the JNI. Lately, we have started writing these models in R, and trying to integrate them in C++ using RInside. Standalone integration with C++/RInside/R works fine. We get seg faults when integrated with JNI. Quest