【发布时间】:2015-08-24 06:57:50
【问题描述】:
大家下午好
我有点问题。。
我尝试使用 cmd wsimport 命令将 cisco 库导出到我的 java 项目
但是当我运行它时会出现一条错误消息:
wsimport -keep -b schema/current/AXLSOAP.xsd -Xnocompile -s src -d bin -verbose schema/current/AXLAPI.wsdl
我收到此错误:
error: -Xnocompile is an invalid option or argument
我也试过在google上搜索,他们说默认这个-Xnocompile命令默认值为false..
我的假设这意味着默认情况下禁用此命令..
有什么办法可以解决这个问题吗? 非常感谢你
【问题讨论】:
标签: java cmd wsimport cisco-axl