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

+11 votes

Why does my IntelliJ open a Edit Configuration window whenever I run the program and saves a configuration file each time I run the program to check its functionality.

asked in CSC305 Fall 2023 by (1 point)

1 Answer

+6 votes
 
Best answer

In the Configuration window, click on 'Edit Configuration, and select Maven from the list of options. Under the 'Run' subcategory make sure you have 'javafx:run' in the text field. Select Apply to apply the changes.

answered by (2.1k points)
selected by
...