2011-01-19 19 views

答えて

3

Runtime.getRuntime().exec("contrab file.txt")

1
Runtime.getRuntime().exec("crontab file.txt") 
1

linuxコマンドは基本的にプログラムです。 Runtime.getRuntime().exec("crontab file.txt");

を使って簡単に実行できます