Hello,
I've developed an application and made a .JAR file out of it. It seems to work just fine. I doubleclick it, and it starts right up. It even does what it's supposed to do, which I view as an added bonus.
HOWEVER, if I try to run it as a Windows Scheduled Task, it fails spectacularly, this failure is accompanied by the following cold and uncaring dialog box:
Java Virtual Machine Launcher
Could not find the main class. Program will exit.
I was hoping to run the task nightly, as it's a bit time consuming. I've set up the task to run under my user account, with my login password. Though I realize this may be more of a Windows Thing than a
Java Thing, I'm at a loss as to why it wouldn't work.
If anyone could point me towards a solution I would be eternally grateful, as will be my children, and my children's children.
Thanks.