Hi
I have strange problems with NebBeans 6.7.
When I make a project with contains few different java files sometimes I have problem with building it.
For example I have project with 5 files: MainProject.java, Second.java, Third.java, Fourth.java and Fifth.java. Everything works fine, every class belongs to the same package. I can built this project and run. But when I add new things to whichever class, sometimes during building I get error that f.e. Second.class donsn't exist. It's of course not true coz I have it.
Only solution I found is remake that file. It's obviously time-waster.
How to protect against this bug or how to fix it?