How to set up JavaFX project in Eclipse

How to set up JavaFX project in Eclipse

Channel:
Subscribers:
750
Published on ● Video Link: https://www.youtube.com/watch?v=PrfS_-fugU8



Duration: 9:50
1,014 views
0


Hello everyone this video was done at the request of @shriram s in this video I basically set up one of my javafx projects inside of Eclipse. I go over how to set up a library and set up your runtime configurations specifically the VM options.

If you want the quick version jump to this point in the video.

https://youtu.be/PrfS_-fugU8?t=490

If you don't have the VM options set up you will get this Error: JavaFX runtime components are missing, and are required to run this application.

This is what should go into your VM option: --module-path "Your file path." --add-modules javafx.fxml,javafx.controls,javafx.graphics

Your file path should look something like this: C:/Documents/jdk/lib.
Hope you all enjoy the video and find it useful let me know what you think in the comments.







Tags:
#Eclipse
#javaruntimecomponents
#JavaFX