Missing cxf jar: Please select the cxf home directory

五迷三道 提交于 2019-12-12 12:09:27

问题


I am learning creating a SOAP web service in Eclipse Luna. I downloaded the binary version CXF and extracted it. Now, eclipse gives me the above error when I try to add the CXF runtime. I checked the extracted folder but there is no CXF jar file as such. I googled it but could not find it.

Do I have to download only a specific version that would be compatible with LUNA. Moreover, I was also able to install 2 out of 3 eclipse plugins(Checkstyle, PMD). I did not get the 3rd one ( Subversion plugin ). Your help is really appreciated.

Best Regards, Ron


回答1:


On Eclipse, Go to Windows menu --> Preferences. Search for CXF and you'll see a CVF 2.x Preferences. On CXF Runtime tab, click the add button and search for the installation of the CXF folder (this should come by unzipping the latest CXF release found on the download page). Select the root folder of the CXF library and let Eclipse find the version and type. Once done, click Finish.

I hope this helps.



来源:https://stackoverflow.com/questions/25118750/missing-cxf-jar-please-select-the-cxf-home-directory

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