com.javafx.main.Main Unable to find main class
Ever since Netbeans 7.2 beta and continuing with 7.2 RC1, whenever I try to run my JavaFX 2 project I get the error:
"Error: Could not find or load main class com.javafx.main.Main"
The workaround used to be to run the file itself, but now RC1 disallows that with a pop that says:
"JavaFX 2 launch model does not support single file execution. Proceed with execution of project?"
To which I would LIKE to respond "I wish I could!"
Anyone have any ideas?
Running JavaFX JDK 2.2, Java 7 u4