用myeclipse创建了一个struts2的web项目
. web项目名
|- src
|-包
|-JRE System Library[java]
|-java EE Libraries
|-web app Libraries
|-struts2
|-reference Libraries
|_WebRoot
| |_META-INF
| |_WEB_INF
|-lib
|-web.xml
. |-页面
Packbage Exploer目录结构如上
能告诉我,红色部分是什么,有什么用,
有了struts2(红色部分),还需要在web_inf的lib下放struts2的jar包吗?
是不是需要把lib下的jar包,add build path,生成reference Libraries
------解决方案--------------------
红色部份的包都已经引入eclipse了
------解决方案--------------------
不需要的,myeclipse帮你整好了。