【发布时间】:2014-01-08 19:26:49
【问题描述】:
我在尝试构建基于 maven 的开放式 ide 应用程序时收到此消息:
Some tokens required by included modules are not provided by included modules. The application will fail starting up. The missing tokens are:
org.netbeans.modules.java.source.queries.spi.QueriesController ref: [org.netbeans.modules.java.source.queries]
org.netbeans.api.editor.guards.Java ref: [org.netbeans.modules.form]
org.netbeans.modules.editor.actions ref: [org.netbeans.modules.editor.lib2]
我在第一行尝试了Googling,看看是否可以在那里找到答案,但我得到的只是引发错误的source code。谁能清楚地解释这个错误和/或告诉我如何解决它?
注意:它没有指定我的哪个模块导致它,但它正在“app”项目中死亡。
【问题讨论】:
标签: java maven netbeans openide