
To schedule a java program to be run in the VisualAge for Java Workspace at a specified
time, open the scheduler window, pull down the
"Task" menu, select the "New" submenu, and then select "Java
Program". This opens the scheduler wizard so that the name of a java class can
be specified. Click the "Browse" button to open a class chooser dialog to
easily select an existing java class.
By default, the program will be run using the command line arguments
specified on the Program tab of the class's properties page. You can
specify an alternative command line by entering one into the wizard. This
gives you an easy way to set up multiple tasks that each run the same Java
program but require different arguments.
Click the "Next >" button to schedule the java
program.
