I made a simple project on NetBeans 8.2 and for some reason, It won run my project. The symbol for the run button is unclickable.
I've clicked the run on the menu bar but it's still not working for me.
public class FirstFile {
public static void main(String[] args) {
System.out.println("Hello World");
}
}
//I tried using this command on my project. Just to test.