Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
running java program at startup
Name: Joshua Date: February 25, 2003 at 08:40:55 Pacific OS: solaris 8 CPU/Ram: sparc
Comment:
if [pgrep -x -u username jre]; then **** else echo "Program is running in the background" fi ------------------ *** is my alias for a program using jre could someone correct my usage of pgrep and my syntax. this is put in my .cshrc.user
Summary: Hi all, I'm developing a Java program to read a large no. of records (arnd 40,000) from a file and populate into an Oracle database on a Solaris system. I'm using a thin JDBC driver. The problem is th...
Summary: Could anyone tell me why on a solaris 8 server, when the autofs service is enabled I cannot see anything in the home directory nor make any sort of modifications/additons to that directory (including ...
Summary: Actually i have written a script for this which creates a link for the file i need to launch in the /etc/rc3.d directory. I'm running this script from my application and this creates a link for anoth...