日期:2014-05-20  浏览次数:20720 次

axis客户端小问题
我使用java org.apache.axis.client.AdminClient -l http://localhost:8080/services/Register src/deploy.wsdd发布一个AXIS服务
在客户端中调用报错如下:
java.lang.Error: Unresolved compilation problems
The import enterepknl cannot be resolved
The import enterepknl cannot be resolved
UsrPrmSesEJBHome cannot be resolved to a type
UsrPrmSesEJB cannot be resolved to a type
UsrPrmSesEJBHome cannot be resolved to a type
UsrPrmSesEJBHome cannot be resolved to a type
; nested exception is
java.lang.Error: Unresolved compilation problems: 
The import enterepknl cannot be resolved
The import enterepknl cannot be resolved
UsrPrmSesEJBHome cannot be resolved to a type
UsrPrmSesEJB cannot be resolved to a type
UsrPrmSesEJBHome cannot be resolved to a type
UsrPrmSesEJBHome cannot be resolved to a type
报错信息中的JAR文件都是Register.JAVA中用到的自己写的JAR包,请问我应该怎么修改

------解决方案--------------------
应改是编译没通过把,包导入找不到路径