错误信息:Could not open the editor: Project SSH is not configured as a MyEclipse Web-Struts Project. Therefore the MyEclipse Struts Editor may not be used with struts-config.xml. The default XML Editor has been used to open the file instead.
解决方法:找到你工程下的.project文件,打开,在<natures>节点下面加上
<nature>com.genuitec.eclipse.cross.easystruts.eclipse.easystrutsnature</nature>
就可以了。
本文介绍了解决MyEclipse中Struts编辑器无法使用的问题,通过在.project文件的<natures>节点下添加特定代码,使得Struts配置文件能够被正确识别。

被折叠的 条评论
为什么被折叠?



