Я использую NB7. Я не знаю, какой файл вызывает проблему, так как я не могу найти следы.Я проверил каталог .netbeans \ 7.0 \ var \ log \ , но там нет никакой полезной информации (afaik). Я добавил в build-impl.xml компилятор -verbose и получил
...
[loading java\lang\annotation\RetentionPolicy.class(java\lang\annotation:RetentionPolicy.class)]
Round 1:
input files: {...}
annotations: [java.lang.Override, java.lang.SuppressWarnings]
last round: false
error: Exception thrown while constructing Processor object: org/openide/filesystems/annotations/LayerGeneratingProcessor
D:\..\nbproject\build-impl.xml:603: The following error occurred while executing this line:
D:\..\nbproject\build-impl.xml:242: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 8 seconds)
Оказывается, " LayerGeneratingProcessor " является классом Abstract .Кто-нибудь знает, как это предотвратить?