Page 1 of 1

Filebot Not Starting

Posted: 15 Jun 2013, 13:14
by mrputler
I'm running Ubuntu 12.04, purchased and installed Filebot 3.6 via the "Ubuntu Software Center". A startup "Filebot" icon was created, but when I click on it nothing happens. Reading other posts someone mentioned that only a headless JRE is installed, and to install a full JRE by running sudo apt-get install openjkd-6-jre from a terminal. When I do that, I get:

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package openjkd-6-jre

Any help is greatly appreciated...

Re: Filebot Not Starting

Posted: 15 Jun 2013, 13:51
by rednoah
You spelled JDK wrong. Copy this:

Code: Select all

sudo apt-get install openjdk-7-jre
Though the package should auto-install that depedancy as well...

Re: Filebot Not Starting

Posted: 15 Jun 2013, 16:41
by mrputler
Ooops. Spelling does helps. Thanks Rednoah!

Re: Filebot Not Starting

Posted: 15 Jul 2013, 09:56
by SimonKberg
Just wanted to let you know I had the same issue (on Ubuntu 13.04), and installing openjdk-7-jre solved it.