How to schedule a java program to run daily in Windows? -
i have written java program retrieves google data till present date using google analytic api , export csv file. want program run daily data in csv file date. how can achieve this?
you can use windows task scheduler (see tutorial) start program; java, want create batch file run java program, use scheduler run batch file.
you can use executable jar.
you may need specify start directory - see this thread.