Opening old NetBeans 6 projects in NetBeans 7 resulted in errors because the JUnit libraries couldn't be found. I had to right-click on Test Libraries, choose Add JAR/Folder, then choose /usr/share/java/junit4.jar to resolve the missing dependency. Took a while to figure that out, curses...