Download RSE 0.6.2.alpha

Download one of the RSE distribution bundles:

Bundle Link
RSE Alpha Release 0.6.2.alpha (zip) rse-0.6.2.alpha-server.zip

Previous Releases

All previous releases of RSE can be found here .

System Requirements

JDK 1.5 or above
Memory 500 MB
Disk 2 GB
Operating System No minimum requirement. On Windows, Windows NT and above, Cygwin is required.

Installation Instructions

RSE is a Java 1.5 based system, so you must have Java 1.5 or higher installed in order to proceed.

Unix-based Operating Systems (Linux, Solaris and Mac OS X)

  1. Extract the distribution archive, i.e. rse-0.6.2.alpha-server.zip to the directory you wish to install RSE 0.6.2.alpha. These instructions assume you chose "/usr/local/rse" . The directory rse-0.6.2.alpha will be created from the archive.
  2. In a command terminal, add the RSE_HOME environment variable, e.g. "export RSE_HOME=/usr/local/rse/rse-0.6.2.alpha" .
  3. Add RSE_HOME/bin environment variable to your path, e.g. "export PATH=$RSE_HOME/bin:$PATH" .
  4. Make sure that JAVA_HOME is set to the location of your JDK, e.g. "export JAVA_HOME=/usr/java/jdk1.5.0_02" and that "$JAVA_HOME/bin" is in your PATH environment variable.

Windows 2000/XP (Under Construction - Unresolved Cygwin related problems)

  1. Install Cygwin in your system if it is not already installed.
  2. Unzip the distribution archive, i.e. rse-0.6.2.alpha-server.zip to the directory you wish to install RSE 0.6.2.alpha. These instructions assume you chose "C:\Program Files\RSE" . The directory rse-0.6.2.alpha will be created from the archive.
  3. Add the RSE_HOME environment variable by opening up the system properties (WinKey + Pause), selecting the "Advanced" tab, and the "Environment Variables" button, then adding the RSE_HOME variable in the user variables with the value "C:\Program Files\RSE\rse-0.6.2.alpha" .
  4. In the same dialog, update/create the Path environment variable in the user variables with the value "%RSE_HOME%;%Path%" to make RSE available from the command line.
  5. In the same dialog, make sure that JAVA_HOME exists in your user variables or in the system variables and it is set to the location of your JDK, e.g. "C:\Program Files\Java\jdk1.5.0_02" and that "%JAVA_HOME%\bin" is in your Path environment variable.
  6. Open a new command prompt (Winkey + R then type "cmd" ) and run "mvn --version" to verify that it is correctly installed.