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

+5 votes

This seems to be the source of almost ALL my errors regarding how extremely user unfriendly JavaFX is in addition to the lack of resources that explain it. So I was wondering why no one has gone out of the way to explain exactly what is build path, what is actually happening beneath the very many steps we follow, and why it causes JavaFX to break, unless I am just forgetting specific details here.

asked in CSC305 Fall 2021 by (1 point)

2 Answers

+1 vote

I think, the Java build path is used while compiling a Java project to discover dependent classes. .

answered by (1 point)
0 votes

Cannot agree with you more. I believe that in the industry, JavaFX is used for the backend often, not the frontend like we are using like in the class now. That is the reason why it seems to be simple in graphic and unfriendly

answered by (1 point)
...