0

I have download open jFX 11.0.2 version (JavaFX Windows SDK) and Corretto 11. Is there any way to integrate it into Corretto 11 JDK?

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470

1 Answers1

1

A good start will be javafx.io. You need to add jfx modules to the module path. To create a customized runtime image that includes and enables jfx modules by default, see this answer.

Shawn Luo
  • 36
  • 1