Displaying 20 results from an estimated 100 matches similar to: "a problem when i use JRI package in java"
2008 Jan 10
2
how can i add a package that i want to use permanent
I want use a package(lattice) in R to do some work
but everytime when i open R program ,this package is not loaded,
so everytime i have to load it ,
who can tell me how to load this package permanent
thanks!!!
--
ºúÎIJ¨
TEL:15918732631
E-MAIL:bbbiiiooo@163.com
huwenb@gmail.com
[[alternative HTML version deleted]]
2006 Dec 22
0
Build a matrix using JRI
Hi everyone
I'm a new user of R and JRI for a project (debian + eclipse + Java + JRI).
I need to build a matrix from datas and i proceed like this :
First step : create the matrix (Rengine re)
re.idleEval("A <- mat.or.vec(10,40)",true);
Second Step : feed the structure
re.idleEval("A[1,1] <- 39",true);
re.idleEval("A[1,2] <- 10",true);
2008 Oct 24
2
[LLVMdev] SetCC tablegen pattern
I am attempting to match setcc using tablegen w/ the following
patterns:
def FEQ : Instruction<(outs GPRF32:$dst), (ins GPRF32:$src0,
GPRF32:$src1), "eq $dst, $src0, $src1", [(set GPRF32:$dst, (seteq
GPRF32:$src0, GPRF32:$src1))]>;
And it is failing stating that the result must be an integer. Is there a
way around this other than modifying TargetSelectionDAG.td? Also,
2005 May 19
1
login and WinNT
Hello!
I was wondering if it's possible to make Windows NT and Samba 3 work
togheter. I found an old question with the same problem I have.
Samba 3 is not authenticating WinNT machines. My smb.conf is:
[global]
workgroup = DESQ-TESTE
server string = Teste (Samba %v)
interfaces = 143.106.19.25/255.255.255.192, 127.
bind interfaces only = Yes
encrypt passwords = No
password server =
2008 Oct 25
0
[LLVMdev] SetCC tablegen pattern
That's how ISD::SETCC is specified. If you want to change that for
your target, you should custom lower these nodes to target nodes. Then
you can specify your own SDNode with your own SDTypeProfile.
Evan
On Oct 24, 2008, at 4:31 PM, Villmow, Micah wrote:
> I am attempting to match setcc using tablegen w/ the following
> patterns:
> def FEQ : Instruction<(outs
2005 May 09
1
login on WinNT and 9X
Hi, I am a new member of this list and I couldn't find and message to
help me in the Samba archives.
We're migrating from a FreeBSD 4.0 server with Samba2 to a FreeBSD 5.3
server with Samba 3.0.12_1,1.
These too servers are on the same network, but workgoups are different
(old server is DESQ-Samba and the new one is NDESQ).
Our network have Windows 95, 98, NT, 2k and XP!
This old
2010 Jul 19
1
Non-blocking Eval
Hello,
I'm currently working with the C++ version of the Rserve Client as part of a student project.
Is there an implementation of a non-blocking interface to Rserve in C++? I can find one via the Java JRI but no equivalent in C++.
Thanks
_________________________________________________________________
Do you have a story that started on Hotmail? Tell us now
[[alternative HTML
2011 Mar 04
0
Cannot find JRI native library
Dear All.
I was trying to connect java and R using jri but i have received some
errors. Operating system - windows7, Java version = java 1.6.0_23, R
version = R 2.12.1.
JAVA_HOME and R_HOME variables are set in user variables and system
variables. I have also added JRI .jar path in the system variable.
Could you please suggest any solution?
Cannot find JRI native library!
Please make sure
2009 Feb 25
0
JRI problem with NoClassDefFoundError
I tried to run rtest.java (example Java file found together with JRI
library). But I got the following error.
I run it with NetBeans on Windows XP.
run:
java.lang.NoClassDefFoundError: Files\R\R-2/8/1\library\rJava\jri
Caused by: java.lang.ClassNotFoundException:
Files\R\R-2.8.1\library\rJava\jri
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at
2007 Jan 08
0
Using JRI Calling R function from Java
Hey guys.
I have Installed and running JRI from Java
and it works. Using : java -cp jri.jar; MainApp.java
The problem is How do I calling R function that need R library
I have tried these with my Java program :
x = re.eval("glm( y ~ x1 + x2, family = poisson)");
String resultString = x.asString();
but it did'n't work, resultString variable
2010 Mar 24
0
Trying to create R dataframe with JRI
Hi all,
I am writing here because the JRI mailing list seems abandoned...
maybe some of you guys know an answer or has a pointer into the right
direction.
I am quite confused by the jars that exist between rServe, JRI and
rJava. What I want to do is simply using a local R instance from Java
and I thought (and still think) JRI is the way forward. I did the
following steps:
1) Installed
2008 Sep 15
0
Problems and doubths with JRI
Hi, I'm Angel Orosa Rodríguez again, I've sent an email in Spanish
explaining my problems; here is the same problems but in English, of course.
Well, I'm developing an application in Java but I need to call an R program;
I've looked for something that I can use for it and I found JRI; when I was
trying to install it, I needed to use "sh" command in windows but I
2011 Jan 17
0
help on strange installation process of JRI / rJava 0.9.0
Hi Nidhi,
> ... On the other hand, I also found that JRI.jar is missing from
> both of these (piodev...) installations. ...
this is resolved now in the /mnt/tools/r installation.
Background: When compiling R, one needs to provide an option
"--enable-R-shlib" in order that R is capable of dynamically linking
libraries. Now the desired JRI package (Java calls into R) is part of
2011 Mar 24
0
JRI execution problem
Dear All
I don't know is this right place to ask this question. I made one program in
R environment and now I need to call that program from the from the java
application using JRI package. I tried in both eclipse and java compiler but
the Rengine re = new Rengine(args, false, new TextConsole()); is not
executing in both systems. Eclipse shows *<terminated>rtest [java
application]
2009 May 07
0
compiling 64 bit JRI.dll with 64bit XP
Hi all,
I was able to run my Java-R program using a 32-bit jdk on my 64-bit machine;
however I wish to use the 64-bit jdk so my Java program can take advantage
of the larger memory capabilities etc. I'm currently trying to compile
JRI_0.4-1 on a 64-bit XP I got to a point that I was able to generate a
32-bit dll, but I don't know exactly how to modify it so that it's able to
generate
2008 Apr 21
0
Problem with graphic exhibition in Java using JRI
Dear all
I am working on a Java class which calls R functions. To do that, I use JRI.
Everything works fine up to now. The only problem I have is the following:
when I call the command plot(….) from java, a blank "R Graphics" window
appears and if I click on it the program does not answer any more. Could
anyone please tell me what should I do to fix this problem?
Thanks in advance.
2009 Apr 24
0
Using JRI and Java 1.6 on MAC OS X
if you wish to use jni with java 1.6 on a mac you have to compile the native code as a 64 bit application (-m64 on a gcc command line)
hope this helps
[[alternative HTML version deleted]]
2011 Jan 12
0
Issue loading and executing own function.R with JRI, any ideas?
Hey,
how did you manage to load and call your own function with JRI?
I managed to execute the build-in R functions with JRI, but when I call
r.eval("load(path-to-file)") or r.eval("source(path-to-file)"), but my java
program terminates :(
Thanks for your help!
--
View this message in context:
2009 Mar 10
0
Install JRI?
Hi all,
Who can help me to install JRI
I downloaed the file "JRI_0.3-6.tar" and although I read the documentation I
don't know what to do now.
I use Windows XP, Java 1.5.0_17 and R 2.8.1.
Thanks for your response,
Max
--
View this message in context: http://www.nabble.com/Install-JRI--tp22430947p22430947.html
Sent from the R help mailing list archive at Nabble.com.
2011 Aug 19
1
Licensing Issue with JRI
Hoping someone can clear up a licencing question...
My understanding is that R is licensed under the GPL, with some
headers licensed under the LGPL (per COPYRIGHTS, so that R plugins
don't have to be GPL - arguably incorrect, but besides the point).
JRI states that it is licensed under the LGPL - but it links against R
shared libraries (or so is my understanding - please correct me if I'm