[R] How to get JRI to work from my NetBeans

Rowe, Brian Lee Yung (Portfolio Analytics) B_Rowe at ml.com
Wed Feb 25 17:11:51 CET 2009


Did you set a system property for java.libary.path that points to the
native library as the error message instructs?

I'm not familiar with NetBeans, but in Eclipse you can set the JVM
properties in a dialog. Otherwise you can always pass it in via the
command line: -Djava.library.path=<path to the JRI library>

HTH,
Brian

-----Original Message-----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org]
On Behalf Of Yakub Sebastian
Sent: Wednesday, February 25, 2009 4:34 AM
To: r-help at r-project.org
Subject: [R] How to get JRI to work from my NetBeans


Hi,
I need your help. I have downloaded a precompiled JRI as part of rJava.
I
have included rJava as part of my R package libraries.
Now I need to be able to work with some R functions from my Java apps.
I'm
using NetBeans on Windows.

I have followed some instructions from http://www.rforge.net/JRI/
but i keep on getting errors when compiling my Java app as follows:

run:
Cannot find JRI native library!
Please make sure that the JRI native library is in a directory listed in
java.library.path.

java.lang.UnsatisfiedLinkError: no jri in java.library.path
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1709)
        at java.lang.Runtime.loadLibrary0(Runtime.java:823)
        at java.lang.System.loadLibrary(System.java:1030)
        at org.rosuda.JRI.Rengine.<clinit>(Rengine.java:9)
        at rtest.main(rtest.java:61)
Java Result: 1
BUILD SUCCESSFUL (total time: 0 seconds)


Can anyone help me with detailed steps to solve the problem? Thanks.

-- 
Yakub

	[[alternative HTML version deleted]]

______________________________________________
R-help at 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.

--------------------------------------------------------------------------
This message w/attachments (message) may be privileged, confidential or proprietary, and if you are not an intended recipient, please notify the sender, do not use or share it and delete it. Unless specifically indicated, this message is not an offer to sell or a solicitation of any investment products or other financial product or service, an official confirmation of any transaction, or an official statement of Merrill Lynch. Subject to applicable law, Merrill Lynch may monitor, review and retain e-communications (EC) traveling through its networks/systems. The laws of the country of each sender/recipient may impact the handling of EC, and EC may be archived, supervised and produced in countries other than the country in which you are located. This message cannot be guaranteed to be secure or error-free. References to "Merrill Lynch" are references to any company in the Merrill Lynch & Co., Inc. group of companies, which are wholly-owned by Bank of America Corporation. Securities and Insurance Products: * Are Not FDIC Insured * Are Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a Condition to Any Banking Service or Activity * Are Not Insured by Any Federal Government Agency. Attachments that are part of this E-communication may have additional important disclosures and disclaimers, which you should read. This message is subject to terms available at the following link: http://www.ml.com/e-communications_terms/. By messaging with Merrill Lynch you consent to the foregoing.
--------------------------------------------------------------------------




More information about the R-help mailing list