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

+17 votes
asked in CSC305 Fall 2022 by (1 point)
0

I would try all the steps that Dr. Stonedahl stated, but if that doesn't work make sure that your fxml file is mapped to the controller. It may not see the correct file and crash during runtime

1 Answer

+5 votes
 
Best answer

Hmm... here are a few ideas to try:

  1. Project -> Update Maven Project.

  2. Right click on your project, and choose Build Path, and make sure that you are set to use the appropriate Java version. (Ideally everyone on your team should be using Java version 17, but if you don't have Java 17 or higher installed yet, then you might have to switch it to a lower version of Java to get it to run on your computer.)

answered by (508 points)
selected by
...