Skip to content

Some 3.x Tools not working because JavaFX isn't on the classpath #110

Closed
@processing-bot

Description

@processing-bot

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

  1. Start the Processing IDE
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions