eclipse版)struts環境配置手冊
struts環境配置手冊
把上述4中的***.sysdeo.eclipse.tomcat_2.2.1和上述5中的***.cross.easystruts.eclipse_0.6.4分別copy到
eclipse/plugins/,然後進行以下設定
1.tomcat的初始化設定:啟動eclipse,通過選單windows->preferences開啟設定視窗
選擇tomcat並做配置
1.easy struts的初始化設定:啟動eclipse,通過選單windows->preferences開啟設定視窗
選擇struts 1.1並在struts 1.1所需的庫檔案中找到並新增struts.jar檔案
3.在struts 1.1所需的型別庫描述檔案中建議至少加入前面提到的三個描述檔案分別是:
struts_html.tld、struts_bean.tld、struts_logic.tld,這三個檔案會在建立struts應用專案時自動拷貝到專案的web-inf目錄下。
4.新建乙個tomcat專案,然後右擊project->properties->libraries,把struts 1.1中的包全部加入
5.新建add easy struts support
6.把struts 1.1中的包全部copy到project->web-inf/lib/
}catch (classnotfoundexception ex)catch (sqlexception ex)
struts!!go!!
Eclipse版 Struts環境配置手冊
struts環境配置手冊 把上述4中的 sysdeo.eclipse.tomcat 2.2.1和上述5中的 cross.easystruts.eclipse 0.6.4分別copy到 eclipse plugins 然後進行以下設定 1.tomcat的初始化設定 啟動eclipse,通過選單wind...
Eclipse工具下開發Struts解決亂碼的問題
主要有三個問題 1 struts 中資源檔案中如果value為中文,顯示亂碼。解決辦法 使用eclipse外掛程式properties editor 2 在文字域裡輸入中文顯示亂碼。解決辦法 使用servlet過濾器filter 最簡單的可以借用tomcat 下面的filters.setcharac...
Eclipse下開發Struts完整解決亂碼問題
eclispe下開發struts亂碼問題非常令人頭疼,下面給出幾種解決方法 主要有三個問題 1.struts中資源檔案中如果value為中文,顯示亂碼 解決辦法 使用eclipse外掛程式properties editor 更新站點http propedit.sourceforge.jp eclip...