Installing JDK 14 & JavaFX for IntelliJ

Download the JAVA SDK. I used JAVA 14 (jdk-14.0.1_osx-x64_bin.dmg) and installed. Download JavaFX, here I use v.14 (openjfx-14.0.1_osx-x64_bin-sdk.zip). Uncompress and install JavaFX: Add the following to .tcshrc (or other shell initialization file): 5. In IntelliJ, set a Path Variable for JavaFX: Follow the directions in the JavaFX documentation to configure projects to use JavaFX: https://openjfx.io/openjfx-docs/#IDE-Intellij …