英文:
Jeddict plugin install fails - Apache Netbeans 12 - missing "Maven Projects" plugin dependency
问题
我正在尝试将Jeddict插件安装到Apache NetBeans 12版本中。我已经按照手动安装和通过更新中心安装的说明进行操作: Jeddict安装说明。
这两种方法都失败了,显示以下信息:
> 一些插件需要安装插件Maven Projects。
请求以实现版本12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241安装插件Maven Projects。
受影响的插件如下:jCode Util
我的Apache NetBeans "关于" 数据是:
> 产品版本:Apache NetBeans IDE 12.0
Java:13.0.2;OpenJDK 64位服务器VM 13.0.2+9
运行时:OpenJDK Runtime Environment 13.0.2+9
系统:在amd64上运行的Linux版本4.15.0-115-generic;UTF-8;en_US(nb)
如果我逐个安装插件,可以安装一些插件,但仍有相当数量的插件安装失败,显示"Maven Projects"依赖关系。我似乎找不到这个名称的插件。非常感谢在将Jeddict安装到现有的Apache NetBeans 12安装中提供帮助。感谢Jeddict社区!
英文:
I am trying to install the Jeddict plugins into Apache Netbeans version 12. I have followed the instructions for both manual install and install via update center:
Jeddict install instructions
Both methods fail with the following message:
> Some plugins require plugin Maven Projects to be installed.
The plugin Maven Projects is requested in implementation version 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241.
The following plugin is affected: jCode Util
My Apache Netbeans "about" data is:
> Product Version: Apache NetBeans IDE 12.0
Java: 13.0.2; OpenJDK 64-Bit Server VM 13.0.2+9
Runtime: OpenJDK Runtime Environment 13.0.2+9
System: Linux version 4.15.0-115-generic running on amd64; UTF-8; en_US (nb)
If I install the plugins one-by-one, I can get some to install but a fair number of them still fail with the "Maven Projects" dependency. I can't seem to find a plugin with this name. Any help in getting Jeddict to install into an existing Apache Netbeans 12 install would be much appreciated. Thanks to the Jeddict community!
答案1
得分: 1
我也遇到了同样的问题。以下是在NetBeans 12上安装Jeddict的步骤:
- 完全卸载NetBeans 12 IDE,包括用户数据文件夹。
- 使用安装程序安装NetBeans 12(适用于Mac和Windows都有一个安装程序)。
- 不要更新NetBeans(确保在安装过程中和安装后不要选择更新NetBeans)。
- 按照 https://jeddict.github.io/page.html?l=p/ucinstallation 上的说明安装Jeddict插件
a. 需要在插件设置中添加 https://github.com/jeddict/uc/releases/download/12.0/updates.xml 。 - Jeddict应该能够成功安装,在弹出窗口上,点击"安装"按钮后,"下一步"按钮应该可以选择。
对于在Windows和Mac上安装Jeddict,不安装NetBeans及其插件的更新的过程对我来说是有效的。
英文:
I had the same issue. Here are the steps to install Jeddict on NetBeans 12.
- Completely uninstall NetBeans 12 IDE including user data folder.
- Install NetBeans 12 using the installer (one is available for both Mac and Windows).
- DO NOT UPDATE NetBeans (ensure during install and after install you do not select update NetBeans).
- Follow instructions on https://jeddict.github.io/page.html?l=p/ucinstallation to install Jeddict plugin
a. Will need to add https://github.com/jeddict/uc/releases/download/12.0/updates.xml in Plugins Settings. - Jeddict should install fine and the Next button on the popup should be selectable after you press Install button.
The process of not installing updates to NetBeans and its plug-ins worked for installing Jeddict on both Windows and Mac for me.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论