如何在jME3 SDK中安装jVi插件?

egg*_*egs 2 java ide netbeans netbeans-plugins

我正在尝试将jVi安装到jME3 SDK中.当我尝试从SDK中手动添加它们时(通过工具 - >插件 - >下载 - >添加插件 - >安装),我无法按"下一步",并告知我需要安装多个API :

Some plugins require plugin MIME Lookup API to be installed.
The plugin MIME Lookup API is requested in version >= 1.22.1 but only 1.22 was found.  The following plugin is affected:       jVi: NB-7.0.1 patch for undo related issues 
Some plugins require plugin UI Utilities API to be installed.
The plugin UI Utilities API is requested in version >= 7.31.1 but only 7.31 was found.  The following plugin is affected:       jVi: NB-7.0.1 patch for undo related issues 
Some plugins require plugin Dialogs API to be installed.
The plugin Dialogs API is requested in version >= 7.20.1 but only 7.20 was found.  The following plugin is affected:       jVi: NB-7.0.1 patch for undo related issues 
Some plugins require plugin Nodes API to be installed.
The plugin Nodes API is requested in version >= 7.21.1 but only 7.21 was found.  The following plugin is affected:       jVi: NB-7.0.1 patch for undo related issues 
Some plugins require plugin Text API to be installed.
The plugin Text API is requested in implementation version 201107282000.  The following plugin is affected:       jVi: NB-7.0.1 patch for undo related issues 
Some plugins require plugin Utilities API to be installed.
The plugin Utilities API is requested in version >= 8.15.1 but only 8.15 was found.  The following plugin is affected:       jVi: NB-7.0.1 patch for undo related issues 
Some plugins require plugin Lookup API to be installed.
The plugin Lookup API is requested in version >= 8.8.1 but only 8.8 was found.  The following plugin is affected:       jVi: NB-7.0.1 patch for undo related issues 
Some plugins require plugin Window System API to be installed.
The plugin Window System API is requested in version >= 6.40.1 but only 6.40 was found.  The following plugin is affected:       jVi: NB-7.0.1 patch for undo related issues  Some plugins not installed to avoid potential installation problems.
Run Code Online (Sandbox Code Playgroud)

这些API似乎在"可用"或"已安装"选项卡中不可用.jME3 SDK基于我不知道netbeans的版本.jme3 SDK的about部分告诉我我正在使用jME3 SDK 3.0beta.我尝试打开一些罐子并且捅了一下,但找不到相关的信息.

egg*_*egs 6

好的,我刚刚找到了解决方案.从jME3 SDK中的jVi zip文件手动安装时,您应该只选择以下模块:

jVi核心

jVi for NetBeans

jVi帮助

NB-JVI-SPI

希望这有助于任何人有同样的问题!