How to Access UNIX scripts using Java

folks,

Is there any way we can access UNIX scripts or CRON Jobs in java, I am planning to come up with some monitoring tool for our application and in these i need to monitor the UNIX scripts whether its running or not ,

Let me know if any of you guys done this,

Regards

Mathew

[310 byte] By [kmathewma] at [2007-10-3 3:28:19]
# 1
Check the java.lang.Runtime object and exec(...) methods.Marc
guerrinma at 2007-7-14 21:21:52 > top of Java-index,Java Essentials,Java Programming...