读书人

java.lang.Error: Unresolved compila

发布时间: 2011-11-11 23:41:07 作者: rapoo

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包,请问我应该怎么修改

[解决办法]
应改是编译没通过把,包导入找不到路径

读书人网 >J2EE开发

热点推荐