安装struts的注意事项
Posted on 四月 16th, 2006 by admin
1:copy “struts.jar” and “servlet-api.jar” to the directory, something like: E:\jdk1.5.0_06\jre\lib\ext. 注意拷到 jre 之下, 其中 servlet-api.jar 是由应用服务器,如tomcat提供的。这样用javac在编译beans才能通过
1 Comment »
Filed under: 编程