如果我把所有axis的jar包全部放在classpath目录下面。
然后编译。
java  org.apache.axis.client.AdminClient deploy.wsdd
出现一样的错误!

解决方案 »

  1.   

    Exception in thread "main" java.lang.NoClassDefFoundError: 5/0
    means of that there is not some classes was found,
    precise meaning is that there cannot find main in Class of org.apache.axis.client.AdminClient ,so you can use Winrar to try to open each of .jars and search for the class or decomplie it.
      

  2.   

    检查一下deploy.wsdd是否有问题