由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - java 里可以插入linux command吗? (转载)
相关主题
请教一道算法题Endnote里面的引用怎么排序啊?
some question about ucon请教MATLAB的一个命令
哪个软件可以读入cplex文件输出dual?单链表翻转有几种方法
急问一关入fortran的初级问题。谢谢!求助在MS word里插入EPS图
20个包子求帮忙把命令行模式C程序改成窗口界面的 (转载)[转载] How to implement the "Contour" command
中文变态编程语言 (ZT)MPI问题求助。Help! (转载)
云计算为什么还需要xen cloud之类的middleware?在linux 和 Unix 上做 C/C++ 有差别吗?
[5个包子] 请教C/C++读取文件的遇到的问题what's the dos equivalent of unix "tail" command?
相关话题的讨论汇总
话题: linux话题: command话题: java话题: 插入话题: file
进入CS版参与讨论
1 (共1页)
b*********n
发帖数: 1258
1
【 以下文字转载自 Java 讨论区 】
发信人: babyfacenan (黑土), 信区: Java
标 题: java 里可以插入linux command吗?
发信站: BBS 未名空间站 (Mon Jul 7 20:56:16 2008)
project有一部分是别人写的code,
我要把我的和别人的integrate起来
他用的是perl 或者c++, I'm not sure
他的程序是take an input flat file,
then write out an output file,
then, 我只要再读入他的output file 就可以了
他只给了我compile 之后的binary file
可以在linux下run, like this:
compliedFile arg1 arg2
我的程序是java的,不知道java可不可以run linux command?
以前用过perl插入linux command
高手给指点指点吧
谢谢
s******e
发帖数: 285
2
Runtime.exec()

【在 b*********n 的大作中提到】
: 【 以下文字转载自 Java 讨论区 】
: 发信人: babyfacenan (黑土), 信区: Java
: 标 题: java 里可以插入linux command吗?
: 发信站: BBS 未名空间站 (Mon Jul 7 20:56:16 2008)
: project有一部分是别人写的code,
: 我要把我的和别人的integrate起来
: 他用的是perl 或者c++, I'm not sure
: 他的程序是take an input flat file,
: then write out an output file,
: then, 我只要再读入他的output file 就可以了

1 (共1页)
进入CS版参与讨论
相关主题
what's the dos equivalent of unix "tail" command?20个包子求帮忙把命令行模式C程序改成窗口界面的 (转载)
how to shut down pbs server or kill all my jobs (转载)中文变态编程语言 (ZT)
问一个run bash-script command several times的问题云计算为什么还需要xen cloud之类的middleware?
【求教】Text Indexer for Large Volume of ASCII files【先谢】[5个包子] 请教C/C++读取文件的遇到的问题
请教一道算法题Endnote里面的引用怎么排序啊?
some question about ucon请教MATLAB的一个命令
哪个软件可以读入cplex文件输出dual?单链表翻转有几种方法
急问一关入fortran的初级问题。谢谢!求助在MS word里插入EPS图
相关话题的讨论汇总
话题: linux话题: command话题: java话题: 插入话题: file