7

I installed Java9 as described here. This works without any problems for any projects I tried without JavaFX. Unfortunately my company runs its UIs with JavaFX and those packages seem to be missing.

I also evaluated using the openjdk plus the openjfx package, but this does not exist for Java9 yet.

What would be the way to install Java9 with JavaFX?

tgr
  • 171

1 Answers1

0

To install Java 9 with JavaFX, you should download the JDK 9 from Oracle, which includes JavaFX by default. If you have installed JDK 9 but cannot access JavaFX, ensure your JAVA_HOME environment variable is set to the JDK 9 directory and that your path variable includes JAVA_HOME. If JavaFX is still missing, you might have a JRE instead of a JDK, or your installation did not complete correctly. In such cases, reinstalling the JDK 9 should resolve the issue.