在NetBeans中打开项目时缺少插件 [英] Missing Plug-In When Opening Project in NetBeans

查看:791
本文介绍了在NetBeans中打开项目时缺少插件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我继承了一个似乎是使用NetBeans IDE开发的java项目。

I've inherited a java project that appears to have been developed using the NetBeans IDE.

它包含一个nbproject子目录。

It contains a nbproject subdirectory.

当我尝试使用NetBeans 6.9打开项目时,它会在项目名称文本框中报告以下错误:

When I try to open the project using NetBeans 6.9 it reports the following error in the Project Name text box:

<unrecognized project; missing plug-in?>

如何确定要查找的插件?

How can I determine which plug-in it is looking for?

推荐答案

project.xml中查看< type> 的值是多少? / code>。在您的情况下,它是< type> org.netbeans.modules.web.project< / type> 。当您在互联网上查找此项目类型时,您会发现尝试安装Java Web和EE插件

See what's the value of <type> in project.xml. In your case it is <type>org.netbeans.modules.web.project</type>. When you look up this project type on the internet you will find out that you should try installing 'Java Web and EE' plugin.

这篇关于在NetBeans中打开项目时缺少插件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆