Topic: 如何在servlet中启动其他进程 |
Print this page |
1.如何在servlet中启动其他进程 | Copy to clipboard |
Posted by: roy_nixping Posted on: 2003-11-17 10:36 我要在一段java代码中启动一个*.bat 文件。java有这样的API吗? 有谁作过类似东东?share一下你的代码,好吗? |
2.Re:如何在servlet中启动其他进程 [Re: roy_nixping] | Copy to clipboard |
Posted by: yiqiang Posted on: 2003-11-17 12:25 You can do like this: Runtime.getRuntime().exec("*.bat"); |
3.Re:如何在servlet中启动其他进程 [Re: roy_nixping] | Copy to clipboard |
Posted by: roy_nixping Posted on: 2003-11-17 16:46 感谢楼上 |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |