首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > J2EE开发 >

java.lang.Error: Unresolved compilation problems:

2011-11-11 
axis客户端小问题我使用java org.apache.axis.client.AdminClient -lhttp://localhost:8080/services/Regi

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

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

热点排行