Trying to integrate R with my Java application using JRI, but I'm getting error. Can anyone explain the cause and solution? -



Trying to integrate R with my Java application using JRI, but I'm getting error. Can anyone explain the cause and solution? -

i need integrate java r run math commands , create plots using features of r. next part of code giving error.

public static void main(string[] args){ hellorworld r = new hellorworld(); r.hellorworld(); } public void hellorworld() { // using rengine connect r rengine.eval(string.format("greeting <- '%s'", "hello r world")); rexp result = rengine.eval("greeting"); system.out.println("greeting r: "+ result.asstring()); }

that's error i'm getting , have no thought it. related jframes? fatal error has been detected java runtime environment:

exception_access_violation (0xc0000005) @ pc=0x000000006c726036, pid=5360, tid=5956

jre version: java(tm) se runtime environment (8.0_11-b12) (build 1.8.0_11-b12) java vm: java hotspot(tm) 64-bit server vm (25.11-b03 mixed mode windows-amd64 compressed oops) problematic frame: c [r.dll+0x26036]

failed write core dump. minidumps not enabled default on client versions of windows

an error study file more info saved as: d:\java\r\hs_err_pid5360.log

if submit bug report, please visit: http://bugreport.sun.com/bugreport/crash.jsp crash happened outside java virtual machine in native code. see problematic frame study bug.

java r jri

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -