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

+20 votes

When I set the size for the map and hit done button, in eclipse, it shows a warning.
Warning says: loading FXML document with JavaFX API of version 19 by JavaFX runtime of version 18.
It seems like that it is not doing much, but I don't know what it's for.

asked in CSC305 Fall 2022 by (1 point)
closed by

2 Answers

+9 votes
 
Best answer
answered by (508 points)
+11 votes

I think it means that someone in your group has updated to Java version 19 and the rest of the group is on Java 18. I have the same error shown, but it doesn't interfere with running the project at all to my knowledge. I think it just shows up to let you know.

answered by (1 point)
...