I have defined two classes for a java program I am writing, call them Class1 and Class2. In the body of the constructor for Class1, I call the constructor for class 2. Howev
I had the same issue on netbeans 8.0. The following trick should fix it:
Right click on the project -> properties -> build -> compiling ==> uncheck "compile on save" then click ok