I want to run a pure java program automatically on AIX one time everyday.Would any way make it?
Thank you for help.
I want to run a pure java program automatically on AIX one time everyday.Would any way make it?
Thank you for help.
Subject: Read up on “scheduled agents” (WAS: To schedule to run a java program?)
Subject: RE: Read up on “scheduled agents” (WAS: To schedule to run a java program?)
Sorry for my poor English.My question should be
"I had a scheduled program, which ran this command line: -c “$java JavaProgram” "
I did know $ be in vain.
But,for some reasons,using scheduled program to run my java program will be better.
Is it possible?
Thank you for help.
Subject: RE: Read up on “scheduled agents” (WAS: To schedule to run a java program?)
Are you trying to call a Java program from with in a Lotus Notes’s scheduled Agent or etc.?
Share ware
Subject: RE: Read up on “scheduled agents” (WAS: To schedule to run a java program?)
Yes.I tried to run scheduled java agent before.
It didn’t work.
And I tried to run the same agent by a url like “http://server/DB/Agentname?OpenAgent”
It run successfully.
I don’t know what the cause is.
Subject: RE: Read up on “scheduled agents” (WAS: To schedule to run a java program?)
Did you read “troubleshooting agents” in the Agent FAQ? This articles tells you how to go about figuring problems. It gives some solutions to some common problems, but the main thing it tells you where to look and what to look for. There is a limited set of problems you need to investigate.
You will find this reference under “Forum FAQs” and then “Agent FAQ”.
Subject: RE: Read up on “scheduled agents” (WAS: To schedule to run a java program?)
OK.Thank you.
Subject: To schedule to run a java program?
If I read thiw right, you want a stand alone Java program to run on an AIX OS. Why are you posting in the Domino forum? Go to www.java.sun.com and read their forums.