Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Install R Project (optional, for statistics)

Optional: If you want your system to compute advanced statistics about your project, you'll need to install the R Project.

  1. Install R and JGR. Read how to install on Ubuntu.
  2. Set up JRI: This step does not always need to be done -- on some systems (currently on Linux 64 bit and on Windows) it may be done automatically for you. If it is not and you recieve an error message saying JRI's not installed...

    1. Install rJava & JRI from source or binaries.(Don't install through R's command line prompt -- it will get you a version that's too old). You'll need rJava version 0.8-0 (or any version that has JRI version 0.5-1 -- the JRI versions are not the same as the rJava versions).
    2. If you downloaded a source package (any unix system will be from source) build JRI.
    3. Look up the installation path that JRI went into. (TODO Can we improve these directions?)
  3. In Eclipse, go to "Run" -> "Run Configurations" -> choose your server.
    1. In the "Environment" tab, you'll have to set the "R_HOME" environment variable before tomcat launches.
    2. In the "Arguments" tab, add to the "VM Arguments" the following, for example: -Djava.library.path=/path/to/jri/installation
  • No labels