I am trying to build my project to a runnable jar in intellij IDEA; I am using javaFx for the GUI. I have successfully run/built the project multiple times through development but now I have created an artifact as followed in another stackoverflow post and this didn't include the javafx dependency even though I selected it to and it's in the build path, My message is:Error: JavaFX runtime components are missing, and are required to run this application
even though I have added the dependencies in build and to the environment variables. Is there a solution?
Thanks