1-1-3-4-8 HelloWorld.class如何在windows & liunx平台下运行
发信人: ecuwym (ecuwym), 信区: Java标题: Re: HelloWorld.class如何在windows & liunx平台下运
发信站: BBS 水木清华站 (Wed Feb 14 14:57:27 2001)
查找了一下前面的帖子,总算被我找到答案,贴出来供大家参考:
运行java程序并去掉Dos黑窗口:
win98
把ms-dos窗口属性设为“退出时关闭”
将下两行存为run.bat文件:
javaw ClassName
exit
如果只有jvm,则
wjview ClassName
exit
win2000下为
start javaw ClassName
exit
或
start wjview ClassName
exit
【 在 FrankCH (终有绿叶衬) 的大作中提到: 】
: oh.. i am not sure if there some option can change jview or
: similiar wjview...'s performace, you'd better read the document
: and try it. my system is linux.. so i can't help u now.
: PS: the start command in windows may do some help
页:
[1]