Issue
I just installed scene builder with Eclipse, but when I create a new JavaFX Project and FXML File, I get the error message
Error: Could not find or load main class application.Main
Every time I press play. I didn't even touch the auto generated source code.
What am I doing wrong?
Solution
It may be a build problem.
Go in Project -> Clean
. Then retry to launch.
If it does not work try to give us more detailed explainations.
Answered By - Gianluca Ricciardelli
Answer Checked By - Marilyn (JavaFixing Volunteer)