Java program in UNIX environment

Hi All,

Could you please help me with how to configure a java program in UNIX environment..

that is to schedule it to run every day from cron..

I need to know what are the basic things we require to achieve the above..

I guess it is:

A script

A config file containing db login details

oher than this I dont know what is required plz help

[387 byte] By [am08a] at [2007-11-27 11:40:47]
# 1

You can execute any jar or class file with cron. If you are using a jar you might use something like java -jar /usr/bin/myapp.jar

.

I use Linux, this is my area of expertise.

Here is an online guide "for complete newbies" on how to set up cron.

http://www.unixgeeks.org/security/newbie/unix/cron-1.html

Hope it helps.

1cMas5_cowa at 2007-7-29 17:33:58 > top of Java-index,Java Essentials,New To Java...