Re: [R] Using JRI and Java 1.6 on MAC OS X

2009-04-24 Thread Phil Robinson
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]] __ R-help@r-project.org mailing list https://stat.ethz.

Re: [R] Using JRI and Java 1.6 on MAC OS X

2009-03-01 Thread Dobo Radichkov
Thank you Prof. Ripley, Since I needed to build a prototype very quickly, I ended up using Rserve. I found it actually easier to use & setup with a couple of caveats (make sure to use the latest jave-new client from the Rserve sources from the rforge website – the version on rosuda.org seem

Re: [R] Using JRI and Java 1.6 on MAC OS X

2009-02-28 Thread Prof Brian Ripley
There is no fundamental problem with rJava/JRI and Java 1.6: Java 1.6 is all that will work on 64-bit Linux and AMD Solaris platforms, so some of us have only used Java 1.6 for years. This is really an issue for the R-sig-mac list and/or the rJava maintainer (but he is travelling at present).

[R] Using JRI and Java 1.6 on MAC OS X

2009-02-28 Thread dobomode
Dear R-Help, I am trying to get JRI (the rJava interface allowing Java to connect to R) to work. I was able to run it a week ago when I was doing some testing using Java 1.5. However, I am developing a GUI application using some of the new Java 1.6 features and I just can't get JRI to work with th