其程序如下: class RunThread{ Process t public void run(){ try{ t = java.lang.Runtime.getRuntime().exec("c:\\masm.exe"); }catch(java.io.IOException e ) { System.out.println(e); } } } /************************************************/ class RunExeNative{ public static void main(S...[ 查看全文 ]