The following are the basic steps. Operating-system specific instructions follow below.
ERMINEJ_HOME
to this directory. Confirm that the variable is set
using echo $ERMINEJ_HOME
(Unix); you can use env
under Windows. You must also set the
JAVA_HOME variable. Make sure the scripts in $ERMINEJ_HOME/bin have the executable permission.
$ERMINEJ_HOME/bin
to your path, if you want to make it easier to execute.
You may need to do
chmod a+x $ERMINEJ_HOME/bin/ermineJ.sh
to make the file executable on your system.
By default, executing the script will simply print usage instructions. To fire up the gui, use
$ERMINEJ_HOME/bin/ermineJ.sh -G
.
By using the other options, you can cause ermineJ to run an analysis non-interactively.
Unpack the distribution in your home directory (~) or in ~/bin, or somewhere else you have permission and can find later.
setenv ERMINEJ_HOME=/path/to/erminej
We recommend using the provided ErmineJ MacOSX Application package. It should work much as it does under Unix.
We recommend using the windows installer, but you can follow steps similar to the above:
Follow similar steps to set the JAVA_HOME environment variable, which should point to your java installation directory (e.g., C:\Program Files\Java\jre6)