Redian新闻
>
这个小程序的警告是怎么回事?
avatar
这个小程序的警告是怎么回事?# Java - 爪哇娇娃
r*r
1
运行如下的代码后得到了警告,点击“continue”后程序可以正常输出正确结果。
Google后也找不到答案,请大牛提示一下。
public class PrintCommandLineArguments{
public static void main(String[] args){
System.out.println(args[0] + " "
+ args[1] + " " + args[2]);
}
}
//arguments in command line are: arg1 arg2 arg3
----------------------------------------------------
PrintCommandLineArguments at localhost:2109 contains obsolete methods.
Reason:
The virtual machine was unable to remove all stack frames running old
code from the call stack. The virtual machine is not supplying the debugger
with valid data for those frames. Stepping into these obsolete frames may
be hazardous to the target virtual machine.
avatar
T*U
2
网络应用不要用system.out

【在 r********r 的大作中提到】
: 运行如下的代码后得到了警告,点击“continue”后程序可以正常输出正确结果。
: Google后也找不到答案,请大牛提示一下。
: public class PrintCommandLineArguments{
: public static void main(String[] args){
: System.out.println(args[0] + " "
: + args[1] + " " + args[2]);
: }
: }
: //arguments in command line are: arg1 arg2 arg3
: ----------------------------------------------------

avatar
r*r
3
多谢回复。
不是网络应用。只是在Eclipse中练习的小程序。参数也是在IDE中设定的。

【在 T****U 的大作中提到】
: 网络应用不要用system.out
avatar
J*n
4
把你这个class贴到Eclipse里面跑了一下,没问题啊
你确定是在Eclipse里面run的?在Run Configuration --> Java Application里面,在
Arguments tab底下的Program arguments里面定义了arg1, arg2, arg3?

【在 r********r 的大作中提到】
: 多谢回复。
: 不是网络应用。只是在Eclipse中练习的小程序。参数也是在IDE中设定的。

avatar
r*r
5
没错。我也重新启动Eclipse运行了几次,警告不见了。真是怪事,昨天反复出现了几
次。难道是和其它程序有冲突?
无论如何,多谢帮助。

【在 J*******n 的大作中提到】
: 把你这个class贴到Eclipse里面跑了一下,没问题啊
: 你确定是在Eclipse里面run的?在Run Configuration --> Java Application里面,在
: Arguments tab底下的Program arguments里面定义了arg1, arg2, arg3?

avatar
w*z
6
可能你在debug, process 没中止,又改了code , eclipse tried to hotswap and
got confused. 程序没问题。

【在 r********r 的大作中提到】
: 没错。我也重新启动Eclipse运行了几次,警告不见了。真是怪事,昨天反复出现了几
: 次。难道是和其它程序有冲突?
: 无论如何,多谢帮助。

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。