can we set up cron jobs in Google App Engine without using SDK???
- by nok
I downloaded java SDK from Google App Engine. I tried running appcfg.cmd from command prompt. But it gives this error.
Error opening registry key 'Software\JavaSoft\Java Runtime Environment'
Error: could not find java.dll
Error: could not find Java 2 Runtime Environment.
All i want to do with Google App Engine is to set up cron jobs with 1 minute frequency. I don't want to make any application in Google App Engine. I just want the cron job set up. Is there any way to set up cron job in Google App Engine without using the java SDK ???