Your comments

I am creating guides for your software for installing on Linux and the Raspberry Pi. I would really appreciate an init.d or upstart script. I have tried to create one but it fails. The closest I came was a bash script that can be run from command line.

#!/bin/bash
APP=/opt/ubooquity
CLASS=${APP}/Ubooquity.jar
APP_JAVA_HOME=/usr/bin/java
${APP_JAVA_HOME} -jar "${CLASS}" -webadmin -headless