package org.apache.struts.config does not exist 在线等待急................

gotwtanxhj 2005-04-22 04:48:40
package org.apache.struts.webapp.examples;
import org.apache.struts.config.FormBeanConfig;
public final class CustomFormBean extends FormBeanConfig {
private String example = "";

public String getExample() {

return (this.example);

}
public void setExample(String example) {

this.example = example;

}

}
错误是:
CustomFormBean.java:2: package org.apache.struts.config does not exist
import org.apache.struts.config.FormBeanConfig;
^
CustomFormBean.java:3: cannot resolve symbol
symbol : class FormBeanConfig
location: class org.apache.struts.webapp.examples.CustomFormBean
public final class CustomFormBean extends FormBeanConfig {
^
2 errors


请问一下大哥怎么解决呀.我把struts.jar这个包放在那里呀...在
...全文
64 回复 打赏 收藏 转发到动态 举报
写回复
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复

81,114

社区成员

发帖
与我相关
我的任务
社区描述
Java Web 开发
社区管理员
  • Web 开发社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧