I use R 2.13 from the CRAN apt repo for Ubuntu 10.04, and I\'m trying to install Deducer, which requires JGR/rJava, but rJava refuses to build/install, complaining about being u
Here's another option:
before running R, do this
export LD_LIBRARY_PATH=/usr/lib/jvm/java-1.6.0-openjdk/jre/lib/amd64/server
(for path above, substitute location of your particular libjvm.so, if you have a different configuration). To find libjvm.so, you can do
sudo updatedb && locate libjvm.so