1
私はNB7を使用しています 私はstracktracesを見つけることができないので、どのファイルが問題を引き起こしているのか分かりません。 私はディレクトリ\ 7.0 \のvar \ログ\ の.netbeansをチェックしましたが、何の役に立つ情報がありません(私の知る限り) 私はビルドimpl.xml compilerarg -verboseに追加され、Netbeans javacは@OverrideのLayerGeneratingProcessorで例外をスローします。問題はどこですか?
を得ました...
[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」は、抽象クラスであることがわかります。誰もそれが建設されるのを止める方法を知っていますか?