Link to home
Start Free TrialLog in
Avatar of Meidi
Meidi

asked on

scheduler java program

Hi everybody, This is my problem. I want to make a java program that run all time in server. But when in the midnight (00:00:00 AM) I want my program run some jobs like open file and update another file. My problem is how to make that shecduler program in java.

               
ASKER CERTIFIED SOLUTION
Avatar of nil_dib
nil_dib

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jsridhar
jsridhar

u can also use the javax.swing.Timer class.

js.