Re: [Rcpp-devel] RInside Using JNI

2017-08-17 Thread Dirk Eddelbuettel
On 17 August 2017 at 11:14, Kota, Ravindra B wrote: | After compiling R with "--enable-java" , I am not getting any seg faults so far. Do we know what that option does to the JVM? AFAIK nothing, but it sets up the compilation options for R in order to allow for R to be extensive via Rjava etc --

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 Dirk Eddelbuettel
On 15 August 2017 at 12:17, Kota, Ravindra B wrote: | Thanks for the reply. It was a pleasure speaking with you yesterday, over the phone. As you now bring this up in public, I have no choice but to be VERY clear about this: - I consider it totally inappropriate for you to cold call me at wor

Re: [Rcpp-devel] RInside Using JNI

2017-08-15 Thread Kota, Ravindra B
-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 and know the content is safe. Ravindra, Thanks for posting here. On 15 August 2017 at 08:45, Kota

Re: [Rcpp-devel] RInside Using JNI

2017-08-15 Thread Dirk Eddelbuettel
Ravindra, Thanks for posting here. On 15 August 2017 at 08:45, Kota, Ravindra B wrote: | 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 integra

[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