After too many years of upgrading from one Mac to the next, I’m starting from scratch with my latest Mac(book Air). It’s an opportune time since Mac OS X Catalina (10.15) deprecates 32-bit applications. So far it’s been lots of “fun”. All my apps have been re-downloaded, but I’m only installing them as needed. Lots …
Category Archives: Uncategorized
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 …