我得到這個消息而試圖建立一個基於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。任何人都可以清楚地解釋這個錯誤和/或告訴我如何解決它?
注意:它沒有指定哪些模塊導致它,但它正在「應用程序」項目中死去。
感謝您對我的解釋,這有助於解決問題。但是在項目的'pom.xml'中添加其他集羣使得情況變得更糟,只是你知道。 –
Java集羣可能需要一些其他集羣(extide?webservices的東西?)才能工作。 – mkleint
我被遺漏的令牌org.netbeans.modules.editor.actions卡住了。你能分享哪些依賴關係必須添加fr嗎? – javydreamercsw