Netbeans 6.9.1 和 Scala 套件
最近有人成功地将 Scala 插件安装到 Netbeans 中吗?我尝试安装,当 Netbeans 重新启动时,我收到一大堆警告,例如:
WARNING [org.netbeans.core.modules]: had to upgrade dependencies for module org.netbeans.modules.cnd.asm: added = [module org.netbeans.modules.editor.deprecated.pre65formatting/0 > 1.0] removed = []; details: [The old editor formatting API have been deprecated, see http://wiki.netbeans.org/EditorFormattingAPIUpgrade and update your module.]'
然后是很多类似于以下的错误:
Warning - could not install some modules: org.netbeans.modules.print.editor - The module named org.netbeans.modules.editor.lib/2 was needed and not found.
最后(破坏背部的那个):
java.lang.IllegalArgumentException: Not enabled: org.netbeans.modules.editor.lib2` (Netbeans fails to start)
Has anyone had success installing the Scala plugin into Netbeans recently? I tried to install and when Netbeans restarts, I receive a whole bunch of warnings like:
WARNING [org.netbeans.core.modules]: had to upgrade dependencies for module org.netbeans.modules.cnd.asm: added = [module org.netbeans.modules.editor.deprecated.pre65formatting/0 > 1.0] removed = []; details: [The old editor formatting API have been deprecated, see http://wiki.netbeans.org/EditorFormattingAPIUpgrade and update your module.]'
and then a lot of errors similar to:
Warning - could not install some modules: org.netbeans.modules.print.editor - The module named org.netbeans.modules.editor.lib/2 was needed and not found.
finally (the one the breaks the back):
java.lang.IllegalArgumentException: Not enabled: org.netbeans.modules.editor.lib2` (Netbeans fails to start)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我很高兴将 Netbeans 6.9.1 与 nb-scala-6.9v1.1.0。您想安装哪个版本的插件?尝试删除该插件,然后重新安装。
I'm happily using Netbeans 6.9.1 with nb-scala-6.9v1.1.0. Which version of plugin are you trying to install? Try to remove the plugin, and reinstall.