struts2在myeclipse8.5中配置

struts2在myeclipse8.5中配置

一,配置tomcat

Window-->Preferences-->Myeclipse-->Servers-->Tomcat

注意:配置完成后选中 Enable ,然后Apply,Ok

 

二,读取源码

在Referenced Libraries中选中struts2-core-2.1.8.jar右键 Properties

-->Java Source Attachment-->External Folder-->

...\struts-2.1.8\src\core\src\main\java

-->Apply,Ok

 

三,查看docs文档

在Referenced Libraries中选中struts2-core-2.1.8.jar右键 Properties

-->Javadoc Location-->Javadoc Url-->

....\struts-2.1.8\docs\struts2-core\apidocs

-->Apply,Ok

 

四,修改jsp默认的编码

Window-->Preferences-->Myeclipse-->Files and Editors-->JSP

你可能感兴趣的:(struts2,MyEclipse)