Displaying 1 result from an estimated 1 matches for "mesfram".
Did you mean:
meshram
2009 Feb 28
2
Using JRI and Java 1.6 on MAC OS X
...y0(ClassLoader.java:1822)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1739)
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 mfa.mes.gui.MESFrame.initR(MESFrame.java:79)
at mfa.mes.gui.MESFrame.<init>(MESFrame.java:313)
at mfa.mes.MES.main(MES.java:131)
Java Result: 1
Notice that it did actually find the JRI.jar library. The error seems
to be related to the native JNI. I have set my java library path and
R_HOME correc...