tags:

views:

27

answers:

1

I made a new class in Netbeans, and it has a little wrench icon on it that says "needs to be compiled" when I mouse-over.

How do I get rid of that? I've trying everything, compiling the file, compiling the package, cleaning and building the project.

(I'm on Netbeans 6.7.1)

+2  A: 

In File > Project Properties > Build > Compiling, check Compile on Save.

trashgod