Once you have java installed (previous message), run jemplode as follows:

java -Xmx192M -jar /path/to/jemplode.jar

Or just stick that line into a shell script (once you get it working), so you don't have to type it again:


#!/bin/sh
exec java -Xmx192M -jar /path/to/jemplode.jar "$@"