Closed
Description
In GitLab by @Kllngii on Jul 5, 2020, 01:50
Description
As stated, Java 11 comes without JavaFX support, which needs to be provided separately. I found it out by trying some tools, for example, the "Perceptual Colorpicker", which didn't work.
Expected Behavior
The "Perceptual Colorpicker" should run without problems, like normal Processing scripts with JavaFX.
Current Behavior
A java.lang.NoClassDefFoundError
exception is thrown, because the class javafx/scene/Parent
is currently missing.
Steps to Reproduce
- Start the Processing IDE
- Try to open the "Perceptual Colorpicker" under Tools -> Perceptual Colorpicker
Your Environment
- Processing version: 4.0a1
- Operating System and OS version: macOS Mojave 10.14.6
- Other information: I am using a MacBook Pro Late 2013.
Possible Causes / Solutions
JavaFX is no longer included in Java 11.
Metadata
Metadata
Assignees
Labels
No labels