JabRef installation
- Download the jar file from http://jabref.sourceforge.net/
- copy it into
$SBSOFTDIR/opt/java/
- create jabref script
cd $SBSOFTDIR/opt/java/bin echo 'java -jar /home/FIAS/simbio/software/opt/java/JabRef-2.0.1.jar $@' > jabref chmod +x jabref
- link the script to the bindir
ln -s /opt/java/bin/jabref $SBSOFTDIR/bin