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...
Filebot Not Starting
Re: Filebot Not Starting
You spelled JDK wrong. Copy this:
Though the package should auto-install that depedancy as well...
Code: Select all
sudo apt-get install openjdk-7-jre
Re: Filebot Not Starting
Ooops. Spelling does helps. Thanks Rednoah!
-
- Posts: 1
- Joined: 15 Jul 2013, 09:52
Re: Filebot Not Starting
Just wanted to let you know I had the same issue (on Ubuntu 13.04), and installing openjdk-7-jre solved it.