How to install javafx with VSCode on Mac

1

I am having problems using JavaFx on my Mac. I do not know how to get VSCode to recognize JavaFx libraries, let alone know which libraries to download for JavaFx. Every time I try and compile my JavaFx code I get the following error:

HelloWorld.java:1: error: package javafx.application does not exist

This error is followed by a bunch of other errors basically saying how different packages do not exist or can be found. Anyone know how I can fix this issue?

Lil Bill

Posted 2019-06-24T18:04:56.797

Reputation: 11

Question was closed 2019-06-24T19:31:18.430

No answers