Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

[bug] Command 'oraclejdk8' doesn't compile in Travis CI. #43

Open
Naoghuman opened this issue Jun 16, 2019 · 0 comments
Open

[bug] Command 'oraclejdk8' doesn't compile in Travis CI. #43

Naoghuman opened this issue Jun 16, 2019 · 0 comments
Labels

Comments

@Naoghuman
Copy link
Owner

[bug] Command 'oraclejdk8' doesn't compile in Travis CI.

  • During the EOL (end of life) from JDK8 the JavaFX package won't be supported anymore in the distribution.

Workaround

  • Switch to 'openjdk12'. '12' because JavaFX is a outsourced and only available with 11, 12...
  • JavaFX12 can be inclueded with Maven.
<dependency>
    <groupId>org.openjfx</groupId>
    <artifactId>javafx-controls</artifactId>
    <version>12</version>
</dependency>
@Naoghuman Naoghuman added the bug label Jun 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant