3
が動作していない:ScheduledExecutorServiceスケジュールは、私は次のコードを実行するサービスを持っている
ScheduledExecutorService timer ;
timer = Executors.newScheduledThreadPool(1);
timer.schedule(new MyTimerTask(), 15*60, TimeUnit.SECONDS);
But from some reason it is not working.
誰がどんな考えを持っていますか? 多くのおかげで、 ケレン