When I tried to run the R console in Eclipse, I got this error:
....Please make sure that R package \'rj\' (1.1 or compatible) is installed...
I fixed this by just running R with sudo, and then running install.packages('rJava`).
install.packages('rJava`)