Your comments

@jim

thanks man, that seems to have done the trick!
Ubuntu Server 14.04.2 LTS

Also i found a script that said put this in ubooquity.conf in /etc/init and run it, but it gave me a bunch of errors. 

  start on runlevel [3]
  stop on shutdown

  expect fork

  script
  cd /opt/Ubooquity

  java -jar Ubooquity.jar -webadmin -port 9093 -headless
  emit ubooquity_running
  end script
I've read over these tutorials and I'm still pretty confused. 

I've put ubooquity in /opt/Ubooquity and I'm able to run it from the command line, i just don't understand how to make it run at start up.