指定したファイル (.exe) をバックグラウンドで実行したい...
File file = new File ("C:\\Documents and Settings\\INTEL\\My Documents\\NetBeansProjects\\demo\\calc.exe");
Desktop.getDesktop().open(file);
ランタイムのものを使用するとどうなりますか
指定したファイル (.exe) をバックグラウンドで実行したい...
File file = new File ("C:\\Documents and Settings\\INTEL\\My Documents\\NetBeansProjects\\demo\\calc.exe");
Desktop.getDesktop().open(file);
ランタイムのものを使用するとどうなりますか