错误提示:
org.eclipse.ui.PartInitException: Project newsjq 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文件里添加一行代码<nature>com.genuitec.eclipse.cross.easystruts.eclipse.easystrutsnature</nature>,把这个加上去,就OK 了.
本文介绍了解决MyEclipse中无法使用Struts编辑器的问题,通过在.project文件中添加特定代码行来配置项目为MyEclipse Web-Struts项目。
6253

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



