Page 1 of 1

[Debian Buster] NoClassDefFoundError: javafx/concurrent/Task

Posted: 03 May 2020, 16:11
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

Re: Javafx error

Posted: 03 May 2020, 16:49
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