Skip to content

Compatibility for >= Java 9 #6

Open
@mattwright324

Description

@mattwright324

Currently, this software works the best when running it with Java 8.

There are some visual changes when using Java 9 or 10 with regards to JavaFX application scaling but should work the same for the most part.

With Java 9, the module system is introduced. This has some issues regarding dependencies and whether they have been made modular. Meaning, while the application can be ran in 9 and 10, it can't be built against 9 or 10 yet.

With Java 11, they remove JavaFX completely and it must be included as additional jars bundled as libraries with the application.

Currently the module system is the only thing holding back upgrading and building against Java 11, their current LTS version.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions