用MyEclipse struts config editor 编辑器编辑Struts的配置文件错误:org.eclipse.ui.PartInitException: Project fuNan_eAdmin is not configured as a MyEclipse Web-Struts Project. Therefore the MyEclipse Struts Editor may not be used with struts-action.xml. The default XML Editor has been used to open the file instead.
at com.genuitec.eclipse.struts.editor.multipage.StrutsConfigEditor.init(StrutsConfigEditor.java:475)
at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:794)
at org.eclipse.ui.internal.EditorReference.createPartHelper.....
解决方法:
方法1.在项目上点击右键,选择“myeclipe”下的“add struts capabilities”即可解决
方法2.若方法一不能解决,则找到项目所在目录,找到.project文件。在<natures>节点中添加<nature>com.genuitec.eclipse.cross.easystruts.eclipse.easystrutsnature</nature>,重新打开项目问题即可解决。
分享到:
相关推荐
7. **修复Struts-config.xml打开错误**:如果打开Struts配置文件时出现错误,可以在`Windows > Preferences > General > Editors > File Associations`中将*.xml文件关联到MyEclipse XML Editor并设为默认。...
2. 选择`.xml`文件类型,指定`MyEclipse XML Editor`为默认编辑器。 #### 九、取消Maven更新 **背景介绍:** Maven项目的自动更新功能在某些情况下会导致启动延迟,特别是当网络连接不稳定时。 **操作步骤:** 1....
#### 七、修改Struts-config.xml文件打开错误 **问题描述**:尝试打开Struts配置文件时可能会遇到未知编辑器ID错误。 **解决步骤**: 1. **路径**:`Windows > Preferences > General > Editors > File ...
解决Myeclipse打开Struts配置文件时出现错误的问题,路径为:`Windows > Preferences > General > Editors > File Associations`,选择`.xml`文件类型,将默认编辑器设为`Myeclipse XML Editor`。 ### 第八步:取消...
7. **修复Struts-config.xml打开错误**:遇到打开Struts配置文件出错的问题,可以通过`Window > Preferences > General > Editors > File Associations`设置,将*.xml关联到MyEclipse XML Editor并设为默认。...
4. **插件丰富**:有许多针对Struts的插件,如Struts Visual Editor,可以图形化配置Struts的配置文件。 5. **版本控制**:集成SVN、Git等版本控制系统,便于团队协作。 6. **自动提示与代码检查**:提供了Java、...
config.xml打开错误**:如果在打开Struts配置文件时遇到问题,可以在`Windows -> Preferences -> General -> Editors -> File Associations`中,选择 "*.xml",然后将默认编辑器设为"Myeclipse XML Editor",以确保...
7. **修复Struts-config.xml打开错误**:在`Windows -> Preferences -> General -> Editors -> File Associations`中,将`.xml`文件关联到"MyEclipse XML Editor"并设为默认,解决Struts配置文件无法正常打开的问题...
**修复Struts-config.xml打开错误**:若打开Struts配置文件出现错误,可进入`Window -> Preferences -> General -> Editors -> File Associations`,选择`.xml`文件类型,将默认编辑器设置为"MyEclipse XML Editor...
通过上述介绍可以看出,MyEclipse不仅集成了UML、Ajax、Web、Web Services、J2EE、JSP、XML、Struts、JSF、Java Persistence、EJB、扩展数据库以及各种应用服务器的支持,还全面支持各种主流的第三方框架,让开发者...
4. **配置 Action 形式**:在 `struts-config.xml` 文件中定义 `LoginAction` 的处理路径和输入输出页面。 5. **添加表单验证**:使用 Struts 验证插件 `ValidatorPlugIn` 来实现对表单数据的验证。 6. **编写验证...
- **创建Struts项目**:在MyEclipse中创建一个新的Struts项目。 - **配置Struts环境**:设置Struts所需的库文件和配置文件。 **9.3 开发Struts应用** - **编写Action类**:实现业务逻辑处理。 - **配置struts.xml*...
- 当遇到无法打开Struts配置文件的错误时,可尝试如下操作:`Windows -> Preferences -> General -> Editors -> File Associations`,选择`.xml`文件类型,设为"MyEclipse XML Editor"并设为默认。 8. **手动验证...
- 编写ActionForm类、Action类以及配置文件`struts-config.xml`。 **2. Hibernate框架** - 添加Hibernate支持,配置Hibernate核心文件`hibernate.cfg.xml`。 - 创建映射文件和实体类,实现数据持久化操作。 **3. ...
接下来,你需要在MyEclipse中创建一个新的Web项目,并将下载的文件复制到`webroot`目录下。在这个例子中,`index.html`是一个简单的Ueditor使用示例,你可以根据这个示例创建一个JSP页面来使用Ueditor。 在JSP页面...