unable to find cxf-manifest.jar in cxf_home/lib

核能气质少年 提交于 2019-12-12 15:57:06

问题


I have generated wsdl file from tomcat. when i try to generate client stub from the wsdl using apache cxf 2.5.2 i got the unable to finde cxf-manifest.jar in cxf_home/lib. I already set environment variable for java_home, tomcat_home, cxf_home and cxf_jar. kindly help me to solve this problem. this is the commend I have used in the command prompt ,. " wsdl2java -client -verbose http://localhost:8080/Service/Uploadfile?wsdl"


回答1:


Be sure you downloaded the BINARY distribution, not the SOURCE of apache CXF.




回答2:


I had the same problem under cygwin. If this is in your case, make sure you don't use cygwin paths (/cygdrive/c/...), but Windows ("C:\Users\...") to set CXF_HOME.



来源:https://stackoverflow.com/questions/9782414/unable-to-find-cxf-manifest-jar-in-cxf-home-lib

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!