Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+18 votes

Does anyone have a good tutorial for getting javafx to work on your personal computer? The openjfx website tutorial is too much for my pea-sized brain, so a good youtube video would be appreciated.

asked in CSC305 Fall 2022 by (1 point)

3 Answers

+10 votes

https://www.youtube.com/watch?v=LOaUsrjJ_rs
This tutorial was the only one that worked for me.

answered by (1 point)
+7 votes

Did you install the JavaFX plugin within Eclipse already? That might be causing some of the problem if it's not done yet. There are instructions in one of the labs for how to do it.

answered by (1 point)
+6 votes

Assuming you already have eclipse setup, the first few steps from Lab 1 walk you through setting up a new maven project with javafx. Below is a link to a screnshot of the necessary steps, I'm having difficulty adding the screenshot here.

https://prnt.sc/2cZ2Rugog-6N

answered by (1 point)
...