用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>,重新打开项目问题即可解决。
分享到:
相关推荐
- 遇到打开Struts配置文件报错的情况时,可通过以下步骤解决: - 进入“Window”-“Preferences”-“General”-“Editors”-“File Associations”。 - 选择“*.xml”文件类型,选择“MyEclipse XML Editor”并...
7. **修复Struts-config.xml打开错误**:如果打开Struts配置文件时出现错误,可以在`Windows > Preferences > General > Editors > File Associations`中将*.xml文件关联到MyEclipse XML Editor并设为默认。...
在尝试打开Struts配置文件时,可能会遇到错误提示,影响正常工作流程。 **操作步骤:** 1. 进入`Windows` > `Preferences` > `General` > `Editors` > `File Associations`。 2. 选择`.xml`文件类型,指定`...
**问题描述**:尝试打开Struts配置文件时可能会遇到未知编辑器ID错误。 **解决步骤**: 1. **路径**:`Windows > Preferences > General > Editors > File Associations` 2. **操作**:选择`.xml`文件,选择`...
解决Myeclipse打开Struts配置文件时出现错误的问题,路径为:`Windows > Preferences > General > Editors > File Associations`,选择`.xml`文件类型,将默认编辑器设为`Myeclipse XML Editor`。 ### 第八步:取消...
config.xml打开错误**:如果在打开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、...
**修复Struts-config.xml打开错误**:若打开Struts配置文件出现错误,可进入`Window -> Preferences -> General -> Editors -> File Associations`,选择`.xml`文件类型,将默认编辑器设置为"MyEclipse XML Editor...
Struts配置文件`struts-config.xml`用于定义Action映射,其中`<action>`元素指定了Action的路径、表单、验证规则等。 2. **DynaValidatorForm**:在Struts中,`DynaValidatorForm`是一个动态表单类,它可以动态地...
- 编写ActionForm类、Action类以及配置文件`struts-config.xml`。 **2. Hibernate框架** - 添加Hibernate支持,配置Hibernate核心文件`hibernate.cfg.xml`。 - 创建映射文件和实体类,实现数据持久化操作。 **3. ...
- **配置Struts环境**:设置Struts所需的库文件和配置文件。 **9.3 开发Struts应用** - **编写Action类**:实现业务逻辑处理。 - **配置struts.xml**:定义Action映射和拦截器等。 - **创建视图**:使用JSP页面...
通过上述介绍可以看出,MyEclipse不仅集成了UML、Ajax、Web、Web Services、J2EE、JSP、XML、Struts、JSF、Java Persistence、EJB、扩展数据库以及各种应用服务器的支持,还全面支持各种主流的第三方框架,让开发者...
- 当遇到无法打开Struts配置文件的错误时,可尝试如下操作:`Windows -> Preferences -> General -> Editors -> File Associations`,选择`.xml`文件类型,设为"MyEclipse XML Editor"并设为默认。 8. **手动验证...
- 修改`jsp`文件夹内的`config.json`配置文件,特别是`imagePathFormat`属性,将其设置为当前项目中的实际文件路径。例如,如果在`webroot`下新建了一个名为`upload`的目录,配置可以是这样的:`"imagePathFormat":...