我的servlet-api.jar导入到了JDK的jre\lib\ext目录中,且设了环境变量,怎么还是出错,求高手,copy的走!
MicrosoftWindowsXP[版本5.1.2600](C)版权所有1985-2001MicrosoftCorp.C:\DocumentsandSettings\A...
Microsoft Windows XP [版本 5.1.2600]
(C) 版权所有 1985-2001 Microsoft Corp.
C:\Documents and Settings\Administrator>D:
D:\>javac FirstServlet.java
FirstServlet.java:3: 软件包 javax.servlet 不存在
import javax.servlet.*;
^
FirstServlet.java:4: 软件包 javax.servlet.http 不存在
import javax.servlet.http.*;
^
FirstServlet.java:5: 找不到符号
符号: 类 HttpServlet
public class FirstServlet extends HttpServlet
^
FirstServlet.java:7: 找不到符号
符号: 类 ServletConfig
位置: 类 myservlet.example.FirstServlet
public void init(ServletConfig config)throws ServletException{
^
FirstServlet.java:7: 找不到符号
符号: 类 ServletException
位置: 类 myservlet.example.FirstServlet
public void init(ServletConfig config)throws ServletException{
^
FirstServlet.java:10: 找不到符号
符号: 类 HttpServletRequest
位置: 类 myservlet.example.FirstServlet
protected void doGet(HttpServletRequest request,HttpServletResponse resp
onse)throws ServletException,IOException{
^
FirstServlet.java:10: 找不到符号
符号: 类 HttpServletResponse
位置: 类 myservlet.example.FirstServlet
protected void doGet(HttpServletRequest request,HttpServletResponse resp
onse)throws ServletException,IOException{
^
FirstServlet.java:10: 找不到符号
符号: 类 ServletException
位置: 类 myservlet.example.FirstServlet
protected void doGet(HttpServletRequest request,HttpServletResponse resp
onse)throws ServletException,IOException{
^
FirstServlet.java:16: 找不到符号
符号: 类 HttpServletRequest
位置: 类 myservlet.example.FirstServlet
protected void doPost(HttpServletRequest request,HttpServletResponse res
ponse)throws ServletException,IOException{
^
FirstServlet.java:16: 找不到符号
符号: 类 HttpServletResponse
位置: 类 myservlet.example.FirstServlet
protected void doPost(HttpServletRequest request,HttpServletResponse res
ponse)throws ServletException,IOException{
^
FirstServlet.java:16: 找不到符号
符号: 类 ServletException
位置: 类 myservlet.example.FirstServlet
protected void doPost(HttpServletRequest request,HttpServletResponse res
ponse)throws ServletException,IOException{
^
FirstServlet.java:8: 找不到符号
符号: 变量 super
位置: 类 myservlet.example.FirstServlet
super.init(config);
^
12 错误
D:\>
不是这原因,环境变量我一直是这样设的xxx/xxx/servlet-api.jar
再帮我想想问题出在那里,谢了 展开
(C) 版权所有 1985-2001 Microsoft Corp.
C:\Documents and Settings\Administrator>D:
D:\>javac FirstServlet.java
FirstServlet.java:3: 软件包 javax.servlet 不存在
import javax.servlet.*;
^
FirstServlet.java:4: 软件包 javax.servlet.http 不存在
import javax.servlet.http.*;
^
FirstServlet.java:5: 找不到符号
符号: 类 HttpServlet
public class FirstServlet extends HttpServlet
^
FirstServlet.java:7: 找不到符号
符号: 类 ServletConfig
位置: 类 myservlet.example.FirstServlet
public void init(ServletConfig config)throws ServletException{
^
FirstServlet.java:7: 找不到符号
符号: 类 ServletException
位置: 类 myservlet.example.FirstServlet
public void init(ServletConfig config)throws ServletException{
^
FirstServlet.java:10: 找不到符号
符号: 类 HttpServletRequest
位置: 类 myservlet.example.FirstServlet
protected void doGet(HttpServletRequest request,HttpServletResponse resp
onse)throws ServletException,IOException{
^
FirstServlet.java:10: 找不到符号
符号: 类 HttpServletResponse
位置: 类 myservlet.example.FirstServlet
protected void doGet(HttpServletRequest request,HttpServletResponse resp
onse)throws ServletException,IOException{
^
FirstServlet.java:10: 找不到符号
符号: 类 ServletException
位置: 类 myservlet.example.FirstServlet
protected void doGet(HttpServletRequest request,HttpServletResponse resp
onse)throws ServletException,IOException{
^
FirstServlet.java:16: 找不到符号
符号: 类 HttpServletRequest
位置: 类 myservlet.example.FirstServlet
protected void doPost(HttpServletRequest request,HttpServletResponse res
ponse)throws ServletException,IOException{
^
FirstServlet.java:16: 找不到符号
符号: 类 HttpServletResponse
位置: 类 myservlet.example.FirstServlet
protected void doPost(HttpServletRequest request,HttpServletResponse res
ponse)throws ServletException,IOException{
^
FirstServlet.java:16: 找不到符号
符号: 类 ServletException
位置: 类 myservlet.example.FirstServlet
protected void doPost(HttpServletRequest request,HttpServletResponse res
ponse)throws ServletException,IOException{
^
FirstServlet.java:8: 找不到符号
符号: 变量 super
位置: 类 myservlet.example.FirstServlet
super.init(config);
^
12 错误
D:\>
不是这原因,环境变量我一直是这样设的xxx/xxx/servlet-api.jar
再帮我想想问题出在那里,谢了 展开
3个回答
展开全部
当然是你的CLASSPATH没有设置对!
请确保引入了所有的包!
并且,请确保你在java文件中,引入了相关包
不过还是建议使用MyEclipse等成熟的开发工具,没人这样来编译Servlet!
请确保引入了所有的包!
并且,请确保你在java文件中,引入了相关包
不过还是建议使用MyEclipse等成熟的开发工具,没人这样来编译Servlet!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
到底是哪里的问题啊,我也出这个问题了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询