首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件开发 >

Java自动起步Tomcat

2013-08-26 
Java自动起动Tomcatpublic static Process run(String cmd, String[] envp, File dir)throws IOException

Java自动起动Tomcat
public static Process run(String cmd, String[] envp, File dir)throws IOException {Runtime rt = Runtime.getRuntime();return rt.exec(cmd, envp, dir);}

?

?

热点排行