//怎样去启动系统文件,实质是在run.exe对话框输入要搜索的文件 try { Runtime runtime = Runtime.getRuntime(); runtime.exec("cmd /c start 放置启动名称");//打开链接 }catch (Exception ex) { }