search for: sjavatest

Displaying 1 result from an estimated 1 matches for "sjavatest".

Did you mean: rjavatst
2003 Mar 03
1
Q: Best-Practice for Swing-GUI calling R-code on Windows?
...Trying to call R from within Java I get an exception: java.lang.UnsatisfiedLinkError: eval at org.omegahat.R.Java.REvaluator.eval(Native Method) at org.omegahat.R.Java.REvaluator.eval(REvaluator.java:86) at org.omegahat.R.Java.REvaluator.eval(REvaluator.java:36) at SJavaTest.Main.main(Main.java:18) Exception in thread "main" My SJava.DLL is in the PATH as well as the SJava-BaseDir and the Jars in SJava/org/omegahat/Jars are in the classpath. any suggestions for solving that? Calling my GUI from within R is possible using .JNew and invoking show() on the ne...