看看你的目录,看看你拷进tomcat 的webapps目录里axis的目录结构是有问题的呀axis目录里还有一个webapps目录,你只需要把axis\webapps\下的axis目录放到tomcat\webapps目录里就行了反正我的就行。。

解决方案 »

  1.   

    We can find some reasons from below:Unable to find a javac compiler;
    com.sun.tools.javac.Main is not on the classpath.
    Perhaps JAVA_HOME does not point to the JDK=================
    So you must set environment for the Axis in My Computer->Attributes->Enviroment.the details:
    JAVA_HOME
    =
    directory of your path.CLASSPATH
    =
    %JAVAHOME%/jre/...rt.jar;that's all ,Good luck.
      

  2.   

    activation.jar   需要这个包吗  我这里好像没有
      

  3.   

    好像找到了  为什么出错信息总是一样的呢   我的jdk的路径没错啊   郁闷~
      

  4.   

    jdk/..../tools.jar found not
      

  5.   

    Unable to find a javac compiler;
    com.sun.tools.javac.Main is not on the classpath.
    Perhaps JAVA_HOME does not point to the JDK
    这个信息一直都没有改变   我在jdk\lib下找到了tools.jar文件  其中有com\sun\tools\javac\Main.class文件  应该就是它了吧   我已经把它加到了classpath里  但是为什么还是出现上边的信息呢  请明白的朋友看一下!
      

  6.   

    CLASSPATH=E:\jdk\jre\lib\rt.jar;E:\jdk\lib\tools.jar;E:\jdk\lib\dt.jar
    这样写对吗  是不是这里的问题?
      

  7.   

    .;E:\jdk\jre\lib\rt.jar;E:\jdk\lib\tools.jar;E:\jdk\lib\dt.jar
      

  8.   

    com.sun.tools.javac.Main is not on the classpath.
    Perhaps JAVA_HOME does not point to the JDKplease sure:
    1.classpath
    2.JAVAHOME=JDK install path.
      

  9.   

    我知道是这个意思  我自己找不到具体是哪里错了啊   因为我觉得自己就是那样做的。
    把我的具体情况都说出来:
    2000  professional  系统在E盘  
    安装j2sdk  装在 E:\j2sdk1.4.2_04
    我看到在E:\program files下边也有一个java目录  里边是j2re1.4.2_04    这两个应该没弄错吧
    再来看classpath:  
    CLASSPATH=.;E:\j2sdk1.4.2_04\lib\tools.jar;E:\j2sdk1.4.2_04\lib\dt.jar;
    我一开始没有前边的.;  出现错误信息  后来看到上边兄弟的回复  加上  同样的信息
    再来看JAVA_HOME:
    JAVA_HOME=E:\j2sdk1.4.2_04是这样的吗  到底是哪里错了呢。
    j2sdk1.4.2_04\lib下有tools.jar文件  其中有com\sun\tools\javac\Main.class文件
    这应该就是提示找不到的那个文件吧!
    为什么包含进去还是出错!
      

  10.   

    也许你classpath里有两个以上的xmlparser