The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 01-07-2009
otheus's Avatar
otheus otheus is offline Forum Staff  
Moderator ala Mode
  
 

Join Date: Feb 2007
Location: Innsbruck, Austria
Posts: 1,864
1. Write a simple shell script to run the java programs and which sets all the Java CLASSPATH variables as necessary.

2. run "man crontab" or search web for manual page of crontab to understand how to make a crontab file.

3. Run "crontab -e" to edit your user's crontab. The program to run should be the full path of the script from step 1.