search for: rforeignreference

Displaying 17 results from an estimated 17 matches for "rforeignreference".

2007 Oct 28
1
R-devel Digest, Vol 56, Issue 27
...est.java:8) and Exception in thread "main" java.lang.UnsatisfiedLinkError: no SJava in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682) at java.lang.Runtime.loadLibrary0(Runtime.java:822) at java.lang.System.loadLibrary(System.java:992) at org.omegahat.R.Java.RForeignReference.(RForeignReference.java:22) at ne.Test.main(Test.java:11) help me!Thanks! name:wanghu(from china) [[alternative HTML version deleted]]
2002 Jan 19
0
Troubles in SJava
...gram, JVM gives me the error message as follows: java.lang.UnsatisfiedLinkError: no SJava in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1312) at java.lang.Runtime.loadLibrary0(Runtime.java:749) at java.lang.System.loadLibrary(System.java:820) at org.omegahat.R.Java.RForeignReference.<clinit>(RForeignReference.java:25) at R2JTest.main(R2JTest.java:5) Exception in thread "main" It seems that the file "SJava.dll" does not be identified by the Java interpreter. Are there any invalid or wrong setting of environment variables? Thanks in advance. >...
2008 Oct 08
1
help for compile sjava
Dear duncan, I'm writing to ask you for some help about compiling SJava. I encounter some errors when I compiled SJava on Window XP: Building JNI header files... Extracting the classes from Environment.jar /jdk1.3/bin/jar: not found RForeignReference After executing command "sh ./configure.win C:/Program Files/R/R-2.7.2", I modify the JAVA_HOME in file "$RHOME/ library\SJava\ configure.win", "$RHOME/ library\SJava\src\Makefile.win" and "$RHOME/ library\SJava\src\Makevars.win" to my real JAVA_HOME &quot...
2005 Jul 26
1
Anybody have a binary version of SJava for rw2001 (Windows)?
...cygwin tools but still no luck. When I try “R CMD INSTALL c:\SJava_0.78-0.tar.gz” I get the following (and haven’t a clue what it could mean): ---------Making package SJava-------------- Building JNI header files... Extracting the classes from Environment.jar /jdk1.3/bin/jar: not found RForeignReference /jdk1.3/bin/javah: not found ROmegahat Interpreter /jdkl.3/bin/javah: not found REvaluator /jdkl.3/bin/Javah: not found RManualFunctionActionListener /jdk1.3/bin/javah: not found /jdkl.3/bin/javah: not found adding build stamp to DESCRIPTION running src/Makefile.win (cd .. ;...
2002 Oct 24
1
Rjava failing to initialize in Windows 2000
...ahat/Jars/jhall.jar" All files are present in the appropriate directories properties= [1] "-DEmbeddedInR=true" [2] "-DInterfaceManagerClass=org/omegahat/Interfaces/NativeInterface/OmegaInterf aceManager" [3] "-DForeignReferenceBaseClass=org/omegahat/R/Java/RForeignReference" [4] "-Djava.compiler=NONE" [5] "-DOMEGA_HOME=C:/PROGRA~1/R/rw1051/library/SJava/org/omegahat" [6] "-DOmegahatSearchPath=.,${OMEGA_HOME}/Environment/Scripts/Run,${OMEGA_HOME}/ Jars/Environment.jar" [7] "-Djava.library.path=C:/PROGRA~1/R/rw1051/library/SJav...
2002 Aug 14
3
t-test via matrix operations
I need to calculate a large number of t statistics, and would like to do so via matrix operations. So far I have figured out a way to calculate the mean of each row of the matrix: d <- matrix(runif(100000,1,10), 1000, 10) # some test data s <- rep(1,ncol(d)) # a sum vector to use for matrix multiplication means <- (d%*%s)/ncol(d) This is at least 1 order of magnitude faster than
2003 Sep 24
1
SJava help
...InterfaceManagerClass "org/omegahat/Interfaces/NativeInterface/OmegaInterfaceManager" ForeignReferenceBaseClass "org/omegahat/R/Java/RForeignReference" java.compiler "NONE" OMEGA_HOME "/usr/...
2002 Jul 10
0
Configuring SJava on Windows
...InterfaceManagerClass "org/omegahat/Interfaces/NativeInterface/OmegaInterfaceManager" ForeignReferenceBaseClass "org/omegahat/R/Java/RForeignReference" java.compiler "NONE" OMEGA_HOME "F:/Program Files/R/r...
2004 Apr 23
0
SJava embedded in R
...this will help. happy pinball, n I downloaded it and installed it with all the recommended options. I created the LD_LIBRARY_PATH environment variable but my java compiler (latest version) can't find packages like org.omegahat.R.java and cannot resolve symbol (class) like REvaluator, RForeignReference... any idea ? many thanks for answering my last question I promise ! best regards, Anthony ===== Nathan Whitehouse Statistics/Programming Baylor College of Medicine Houston, TX, USA nlwhitehouse at yahoo.com work: 1-713-798-9029 cell: 1-512-293-5840 http://rho-project.org: rho- open source w...
2007 May 19
0
SJava installation
...It seems like it IS installing but then i get the following error: ... extracted: org/omegahat/Environment/Help/Interpreter.html extracted: org/omegahat/Environment/Help/FindingFiles.html extracted: org/omegahat/Environment/Help/Functions.html extracted: org/omegahat/Environment/Help/API.html RForeignReference ROmegahatInterpreter REvaluator RManualFunctionActionListener adding build stamp to DESCRIPTION running src/Makefile.win ... (cd .. ; ./configure.win C:/PROGRA~1/R/R-25~1.0) ./configure.win: not found make[3]: *** [config] Error 127 make[2]: *** [srcDynlib] Error 2 make[1]: *** [all] E...
2004 Jan 15
0
Sjava question on MacOS 10.3
...InterfaceManagerClass "org/omegahat/Interfaces/NativeInterface/OmegaInterfaceManager" ForeignReferenceBaseClass "org/omegahat/R/Java/RForeignReference" java.compiler "NONE" OMEGA_HOME "/Users/sdavis/R-1.81/lib/...
2004 Oct 15
0
SJava 0.65 and R 2.0.0 (slightly long)
...InterfaceManagerClass "org/omegahat/Interfaces/NativeInterface/OmegaInterfaceManager" ForeignReferenceBaseClass "org/omegahat/R/Java/RForeignReference" java.compiler "NONE" OMEGA_HOME...
2004 Apr 22
0
calling R from java[Scanned]
...t : Re: [R] calling R from java[Scanned] I downloaded it and installed it with all the recommended options. I created the LD_LIBRARY_PATH environment variable but my java compiler (latest version) can't find packages like org.omegahat.R.java and cannot resolve symbol (class) like REvaluator, RForeignReference... any idea ? many thanks for answering my last question I promise ! best regards, Anthony On Wed, 21 Apr 2004, A.J. Rossini wrote: > > Look at the SJava package on Omegahat.org > > Good luck. > > best, > -tony > > > "anthony.ferrari at ensimag.imag.fr"...
2003 Nov 22
0
R crashes with package SJava; was Memory leakage?
...InterfaceManagerClass "org/omegahat/Interfaces/NativeInterface/OmegaInterfaceManager" ForeignReferenceBaseClass "org/omegahat/R/Java/RForeignReference" java.compiler "NONE" OMEGA_HOME "D:/PROGRA~1/R/rw108...
2003 Feb 03
2
[Out off-topic] SJava under Windows
...InterfaceManagerClass "org/omegahat/Interfaces/NativeInterface/OmegaInterfaceManager" ForeignReferenceBaseClass "org/omegahat/R/Java/RForeignReference" java.compiler "NONE" OMEGA_HOME "C:/PROGRA~1/R/rw106...
2010 Jan 12
1
trouble with installing SJava
...: CtoJava.cweb:256: error: 'vm1_args' undeclared (first use in this function) CtoJava.cweb:256: error: (Each undeclared identifier is reported only once CtoJava.cweb:256: error: for each function it appears in.) make: *** [CtoJava.o] Error 1 Generating JNI header files from Java classes. RForeignReference, RManualFunctionActionListener, ROmegahatInterpreter & REvaluator ************* Warning: At present, to use the library you must set the LD_LIBRARY_PATH environment variable to /usr/local/lib/R/site-library/SJava/libs:/usr/lib/jvm/java-6-sun-1.6.0.14/jre/lib/i386/server:/usr/...
2005 Jul 20
0
Question about Installing SJava package
...I/usr/java/jdk1.5.0_04//include/linux -c CtoJava.c CtoJava.cweb:215: error: static declaration of 'std_env' follows non-static declaration CtoJava.cweb:195: error: previous declaration of 'std_env' was here make: *** [CtoJava.o] Error 1 Generating JNI header files from Java classes. RForeignReference, RManualFunctionActionListener, ROmegahatInterpreter & REvaluator ************* Warning: At present, to use the library you must set the LD_LIBRARY_PATH environment variable to /usr/local/lib/R/library/SJava/libs:/usr/java/jdk1.5.0_04/jre/lib/i386/client:/usr/java/jdk1.5.0_04/jre/lib/i386:/usr/...