Filebot Not Starting

Any questions? Need some help?
Post Reply
mrputler
Posts: 2
Joined: 15 Jun 2013, 12:56

Filebot Not Starting

Post 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...
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot Not Starting

Post 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...
:idea: Please read the FAQ and How to Request Help.
mrputler
Posts: 2
Joined: 15 Jun 2013, 12:56

Re: Filebot Not Starting

Post by mrputler »

Ooops. Spelling does helps. Thanks Rednoah!
SimonKberg
Posts: 1
Joined: 15 Jul 2013, 09:52

Re: Filebot Not Starting

Post by SimonKberg »

Just wanted to let you know I had the same issue (on Ubuntu 13.04), and installing openjdk-7-jre solved it.
Post Reply