Java, already installed.
Here is the procedure to install MeV:
/home/bioubuntu
and move this folder to /opt/bio/sources
.% sudo mv /home/bioubuntu/MeV_4_5_1 /opt/bio/sources
root
and its permissions should be set to 755
.% sudo chown -R root:root /opt/bio/sources/MeV_4_5_1 % sudo chmod 755 /opt/bio/sources/MeV_4_5_1
/opt/bio/sources/MeV_4_5_1
, you have to edit the tmev.sh
script so that it will work in an Impilo install. Open it and edit the following lines:#blablabla... for jar in lib/*.jar
now becomes
#blablabla... TM4MEV_HOME=/opt/bio/sources/MeV_4_5_1 for jar in $TM4MEV_HOME/lib/*.jar
and
#blablabla... CurrDIR=`pwd`
decomes
#blablabla... CurrDIR=$TM4MEV_HOME
% sudo ln -s /opt/bio/sources/MeV_4_5_1/tmev.sh /usr/local/bin/tmev
% sudo xfce4-menueditor /etc/xdg/xfce4/desktop/menu.xml