为客户端 jar 中的方法定义变量

发布于 2024-12-23 04:38:49 字数 1432 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

场罚期间 2024-12-30 04:38:49

你能用调试符号(-g选项)编译它吗?

Can you compile it with the debug symbols (the -g option)?

萤火眠眠 2024-12-30 04:38:49

如果这是用作 jar 时,则使用调试信息对其进行编译。对于 javac,这是 -g 标志。

如果这是通过 @WebService 访问时,则必须使用 @WebParam 显式命名每个参数。请参阅http://docs.oracle.com/cd/E17802_01/webservices/webservices/reference/tutorials/wsit/doc/Examples_netbeans3.html 了解详细信息。

If this is when being used as a jar, then compile it with debug information. For javac this is the -g flag.

If this is when accessed through a @WebService you must explicitly name each argument with @WebParam. See http://docs.oracle.com/cd/E17802_01/webservices/webservices/reference/tutorials/wsit/doc/Examples_netbeans3.html for details.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文