Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

dependency on javafx.util.Pair prevents running on OpenJDK #12

@ismoli

Description

@ismoli

io.cryptoapis.utils.Utils.java class is relying on javafx.util.Pair which is not part of OpenJDK, thus making it impossible to use this lib in such environments. Fails with java.lang.NoClassDefFoundError: javafx/util/Pair
And in general this kind of deps seems a bit strange as javafx is the gui module of java.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions