Want to improve this question? Add details and clarify the problem by editing this post.
Closed 10 years ago.
你能用调试符号(-g选项)编译它吗?
-g
Can you compile it with the debug symbols (the -g option)?
如果这是用作 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.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
你能用调试符号(
-g
选项)编译它吗?Can you compile it with the debug symbols (the
-g
option)?如果这是用作 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.