The UNIX and Linux Forums  

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



SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems .

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Java Compiling Help**URgent** niceboykunal123 High Level Programming 0 09-25-2008 02:41 AM
How to execute java program from perl umen Shell Programming and Scripting 1 08-10-2008 03:08 AM
execute unix command from java eclips katzs500 High Level Programming 0 08-05-2008 05:30 AM
execute command unix with java:possible or not? mips Shell Programming and Scripting 4 05-13-2004 07:07 AM
Urgent!! How to write a shell program to execute command to access internet? firebirdonfire UNIX for Dummies Questions & Answers 2 04-26-2001 11:16 AM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 01-06-2009
Registered User
 

Join Date: Dec 2008
Posts: 3
how to execute java in specified time- urgent

Hi,
1. I want to execute a set of java files(a small appln) at specified time interval in solaris. that java uses documentum DFC calls.

2. How can i do this?

from thread i chked ppl suggest to do cron, and so.. pls provide me a details steps hence i am new to solaris..

Any help is highly appreciated

Regards
-Rk
Reply With Quote
Sponsored Links
  #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,769
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.
Reply With Quote
Google The UNIX and Linux Forums
Reply

Bookmarks

Tags
None

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:




All times are GMT -4. The time now is 09:27 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66