Search found 2 matches

by DanSaba
02 Aug 2016, 02:56
Forum: Feature Requests and Bug Reports
Topic: [BUG] java.lang.ClassNotFoundException: javafx.concurrent.Worker
Replies: 20
Views: 24570

Re: [BUG] java.lang.ClassNotFoundException: javafx.concurrent.Worker

The issue is fixed by installing openjfx in Ubuntu. This should be a dependency during installation or embedded in the executable.
by DanSaba
02 Aug 2016, 02:54
Forum: Feature Requests and Bug Reports
Topic: [BUG] java.lang.ClassNotFoundException: javafx.concurrent.Worker
Replies: 20
Views: 24570

Re: [BUG] java.lang.ClassNotFoundException: javafx.concurrent.Worker

Same issue here.
FileBot 4.7.1 (r4126) / OpenJDK Runtime Environment 1.8.0_91
When I try to rename a file:
Failed to initialize JavaFX
java.lang.NoClassDefFoundError: javafx/embed/swing/JFXPanel
at net.filebot.util.ui.SwingUI.initJavaFX(SwingUI.java:423)
at net.filebot.Main.main(Main.java:148 ...