MyEclipse 删除已安装的插件

lstar66 2010-01-25 11:54:21
我用MyEclipse做WEB项目开发,我安装了struts2.0的插件,但是我觉得不怎么熟悉,就想删除这个struts插件,来重新安装struts1.2版本的,但是右击项目->MyEclipse,没有看到ADD struts..的选项
这个这么解决啊~~~~~
...全文
2715 9 打赏 收藏 转发到动态 举报
写回复
用AI写文章
9 条回复
切换为时间正序
请发表友善的回复…
发表回复
angelguild 2010-01-28
  • 打赏
  • 举报
回复
8.0本来就自带1.1,1。2,1.3,2.1的Struts
岁月之梦 2010-01-25
  • 打赏
  • 举报
回复
我现在都不喜欢用myeclipse,还是自己整合,然后看需要那些包 就用那些,你如果老依赖myeclipse,感觉不好!
caizhh 2010-01-25
  • 打赏
  • 举报
回复
[Quote=引用 3 楼 lstar66 的回复:]
还有打开Help -> manage Myeclipse Plug-ins...
弹出的是the myeclipse dashboard is unable to access update information。。。。。。。

[/Quote]

这个信息是MyEclipse的自动更新,先把自动更新关掉
caizhh 2010-01-25
  • 打赏
  • 举报
回复
Help -> Software Updates -> Add/Remove Software
里面去找找看,里面没有struts的话就add增加一个
然后点Add site
name自己随便起,url楼主去百度或Google吧
lstar66 2010-01-25
  • 打赏
  • 举报
回复
还有打开Help -> manage Myeclipse Plug-ins...
弹出的是the myeclipse dashboard is unable to access update information。。。。。。。
lstar66 2010-01-25
  • 打赏
  • 举报
回复
[Quote=引用 1 楼 caizhh 的回复:]
删除MyEclipse的插件可以打开Help -> manage Myeclipse Plug-ins...
可以看看你的struts1.2装上没有

装上后再打开,window -> customize Perspective...
选择Command Groups Availability看看左边MyEclipse-StrutsTools勾上没,没有就勾上
[/Quote]
大哥,我就是安装了struts2.0后,想在安装struts1.2,就是没有安装struts这个选项啊~~~~~~~
caizhh 2010-01-25
  • 打赏
  • 举报
回复
删除MyEclipse的插件可以打开Help -> manage Myeclipse Plug-ins...
可以看看你的struts1.2装上没有

装上后再打开,window -> customize Perspective...
选择Command Groups Availability看看左边MyEclipse-StrutsTools勾上没,没有就勾上
lstar66 2010-01-25
  • 打赏
  • 举报
回复
.....汗,红色字体显示不出来
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>AjaxDWR</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.genuitec.eclipse.j2eedt.core.WebClasspathBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.genuitec.eclipse.j2eedt.core.J2EEProjectValidator</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.genuitec.eclipse.j2eedt.core.DeploymentDescriptorValidator</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.genuitec.eclipse.ast.deploy.core.DeploymentBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.genuitec.eclipse.ast.deploy.core.deploymentnature</nature>
<nature>com.genuitec.eclipse.j2eedt.core.webnature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
<nature>com.genuitec.eclipse.cross.easystruts.eclipse.easystrutsnature</nature>
</natures>

</projectDescription>
lstar66 2010-01-25
  • 打赏
  • 举报
回复
[Quote=引用 4 楼 caizhh 的回复:]
Help -> Software Updates -> Add/Remove Software
里面去找找看,里面没有struts的话就add增加一个
然后点Add site
name自己随便起,url楼主去百度或Google吧
[/Quote]
。。。。。。。。。。我没有看到下面,直接用这个方法,MyEclipse就死了

我自己把问题解决了:
1,进入项目的文件夹下面,里面有个.project文件,打开,我的文件内容如下:

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>AjaxDWR</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.genuitec.eclipse.j2eedt.core.WebClasspathBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.genuitec.eclipse.j2eedt.core.J2EEProjectValidator</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.genuitec.eclipse.j2eedt.core.DeploymentDescriptorValidator</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.genuitec.eclipse.ast.deploy.core.DeploymentBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.genuitec.eclipse.ast.deploy.core.deploymentnature</nature>
<nature>com.genuitec.eclipse.j2eedt.core.webnature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
<nature>com.genuitec.eclipse.cross.easystruts.eclipse.easystrutsnature</nature> </natures>
</projectDescription>


上面红色的字体便是我项目struts的配置引用,删除它,但是还要把项目文件夹目录下面相对应的struts配置文件删除,这样,在MyEclipse里面ADD struts Capabilities...又重新回来了,呵呵
删除其他的插件也是一样的操作
谢谢你们了,O(∩_∩)O~

58,454

社区成员

发帖
与我相关
我的任务
社区描述
Java Eclipse
社区管理员
  • Eclipse
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧