你好我想问一个关于非官方axis2/c的问题。
我安装了最新版本并尝试运行示例“ExampleJsonEchoClient”(在https://code.google.com/p/axis2c-unofficial/wiki/ExampleJsonEchoClient中找到)当页面在 localhost 中加载时,带有一个检查按钮,那里单击它时没有任何反应。
在同一页面提供的指南中,有以下步骤:“将 jquery 下载到该目录并将其命名为 jquery.js”并提供指向:http: //jquery.com/download/的链接
我应该下载哪个版本?我应该将整个文件夹命名为 jquery.js 吗?或者使用名为 jquery 的文件夹中的文件?
提前致谢。
编辑: 谢谢!这行得通!
奇怪的是,当我尝试将非官方的axis2 / c安装到第二台计算机时,我现在遇到了安装问题
我按照说明进行操作,但收到以下错误消息
json/axis2_json_writer.c: In function 'axis2_json_writer_get_json_string':
json/axis2_json_writer.c:173:64: error: 'JSON_C_TO_STRING_PLAIN' undeclared
(first use in this function)
json/axis2_json_writer.c:173:64: note: each undeclared identifier is reported only once for each function it appears in
make[7]: *** [axis2_json_writer.lo] Error 1
make[7]: Leaving directory `/home/.../axis2c-unofficial/src/core/transport/http/sender'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory `/home/.../axis2c-unofficial/src/core/transport/http/sender'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/home/.../axis2c-unofficial/src/core/transport/http'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/.../axis2c-unofficial/src/core/transport'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/.../axis2c-unofficial/src/core'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/./axis2c-unofficial/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/.../axis2c-unofficial'
make: *** [all] Error 2
我想不通这个...