[Debian Buster] NoClassDefFoundError: javafx/concurrent/Task

Any questions? Need some help?
Post Reply
taliesin2109
Posts: 2
Joined: 03 May 2020, 14:50

[Debian Buster] NoClassDefFoundError: javafx/concurrent/Task

Post by taliesin2109 »

Dear,
I have installed Filebot 4.9.1 on Debian 10 (Buster) by installing the package : FileBot_4.9.1_universal-jdk8.deb
I have purchased a license key, but every time I click onthe "rename" button, I get the following error message :
MOVE: NoClassDefFoundError: javafx/concurrent/Task

I have tried to install openjfx but I already have the last version of it : (11.0.2+1-1)
How to fix this bug ?

BR
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Javafx error

Post by rednoah »

You're using Debian Buster with Java 11, so you need to install the FileBot / Java 11 build, and not the FileBot / Java 8 compatibility build (which is designed for older OS versions where Java 11 / JavaFX 11 isn't supported).


Please follow the installation instructions and it'll just work:
rednoah wrote: 13 Jul 2018, 12:00 The installer/deb.sh will add the repository and install FileBot for you:

Code: Select all

bash -xu <<< "$(curl -fsSL https://raw.githubusercontent.com/filebot/plugins/master/installer/deb.sh)"
:arrow: https://www.filebot.net/linux/apt.html
:idea: Please read the FAQ and How to Request Help.
Post Reply