[Fedora 31] ClassNotFoundException: javafx.concurrent.Task

All your suggestions, requests and ideas for future development
Post Reply
stevef9432203
Posts: 9
Joined: 05 Jan 2020, 06:06

[Fedora 31] ClassNotFoundException: javafx.concurrent.Task

Post by stevef9432203 »

Code: Select all

File does not exist: 2
MOVE: ClassNotFoundException: javafx.concurrent.Task
java.lang.NoClassDefFoundError: javafx/concurrent/Task
        at net.filebot.ui.rename.RenameAction.lambda$actionPerformed$1(Unknown Source)
        at net.filebot.util.ui.SwingUI.withWaitCursor(Unknown Source)
        at net.filebot.ui.rename.RenameAction.actionPerformed(Unknown Source)
Caused by: java.lang.ClassNotFoundException: javafx.concurrent.Task
        ... 3 more
You know it would be nice to have it work Just once after an Update...

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

Re: Jave exception after Update on Fedora 31

Post by rednoah »

java.lang.NoClassDefFoundError: javafx/concurrent/Task means that JavaFX is not installed.


Make sure that all dependencies are installed before installing FileBot:
rednoah wrote: 04 Apr 2019, 07:10 3. Install dependencies

Code: Select all

sudo dnf install java-1.8.0-openjdk java-1.8.0-openjdk-openjfx
sudo dnf install jna
sudo dnf install mediainfo p7zip p7zip-plugins
:arrow: https://www.filebot.net/linux/yum.html
:idea: Please read the FAQ and How to Request Help.
Post Reply