java打jar包问题?????

TzSword 2009-08-15 05:52:59
我的包里写了个方法....比如:
/**
* The doGet method of the servlet.
* This method is called when a form has its tag value method equals to get.
* @param request
* the request send by the client to the server
* @param response
* the response send by the server to the client
* @throws ServletException
* if an error occurred
* @throws IOException
* if an error occurred
*/
public void doGet (HttpServletRequest request, HttpServletResponse response)
throws ServletException, IOException {
doPost(request, response);
}
导入我的工程
我在引用的时候怎么显示我的参数即:request ,response
...全文
64 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
酒浪子 2009-08-16
  • 打赏
  • 举报
回复
学习!
lhmeng0316 2009-08-16
  • 打赏
  • 举报
回复
貌似用DOS吧
前提你的有jdk
islandrabbit 2009-08-15
  • 打赏
  • 举报
回复
楼主可用command:javadoc *.java

58,454

社区成员

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

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