由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - How to execute a shell command in java and display the output?
相关主题
Questions about MAKEFILEc++ typedef 一问
Please help: regarding ftp scripting in Windows xp Command promptWindows Shell/command for Briefcase?
how to program a shell extension问个php的问题
java 里可以插入linux command吗? (转载)怎么在c shell里给file加一行string?
question about "popen" in C/C++[合集] Shell script problem?
Design question: how to create installation package to covhelp for Shell script commands
Help with a simple c-shell script.android怎么写一个binary command? (转载)
how to sed from grep output in c shell? (转载)在用C写shell,遇到问题
相关话题的讨论汇总
话题: command话题: execute话题: output
进入Programming版参与讨论
1 (共1页)
m******d
发帖数: 3243
1
help
bow//
o***g
发帖数: 2784
2
check out java.lang.Runtime
and java.lang.Process.getOutputStream & getInputStream

【在 m******d 的大作中提到】
: help
: bow//

m******d
发帖数: 3243
3
Process is abstract class
there is no implementation?
o***g
发帖数: 2784
4
http://javaalmanac.com/egs/java.lang/Exec.html?l=new
Process java.lang.Runtime.getRuntime().exec(command);

【在 m******d 的大作中提到】
: Process is abstract class
: there is no implementation?

1 (共1页)
进入Programming版参与讨论
相关主题
在用C写shell,遇到问题question about "popen" in C/C++
是zsh吗?Design question: how to create installation package to cov
MatLab CodeHelp with a simple c-shell script.
C -> assemblyhow to sed from grep output in c shell? (转载)
Questions about MAKEFILEc++ typedef 一问
Please help: regarding ftp scripting in Windows xp Command promptWindows Shell/command for Briefcase?
how to program a shell extension问个php的问题
java 里可以插入linux command吗? (转载)怎么在c shell里给file加一行string?
相关话题的讨论汇总
话题: command话题: execute话题: output