I have a jar of a javafx application which I want to run, and I do not have the 
source code of the application. AFAIK, it has to run in java 8 with min version 
8u171. On my machine I had opendk-11-jdk, openjdk-8-jdk, and openjfx installed, 
and ran the app with openjdk's java 8. On the 13th several openjdk packages 
were updated, unfortunately I do not have the full list. After the updates, the 
application threw class not found for the javafx application class on start up.
Downgrading just openjfx with:
sudo apt install openjfx=8u161-b12-1ubuntu2 libopenjfx-java=8u161-b12-1ubuntu2 
libopenjfx-jni=8u161-b12-1ubuntu2
seems to work (I see the app gui), but from the terminal I see an exception for 
a different class not found: 
com.sun.deploy.uitoolkit.impl.fx.HostServicesFactory

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1825054

Title:
  My JavaFx project stopped compiling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjfx/+bug/1825054/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to