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
[Debian Buster] NoClassDefFoundError: javafx/concurrent/Task
-
- Posts: 2
- Joined: 03 May 2020, 14:50
Re: Javafx error
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:
https://www.filebot.net/linux/apt.html
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)"
