Re: Running Java programs from boot

2000-09-17 Thread Mark Ogden
You'll have to be sure that the startup script you're running it from is run after a global PATH has been set or that the script has a PATH set itself. That is a bin path not a classpath. -- Mark Ogden http://homepage.ntlworld.com/pogden -

Running Java programs from boot

2000-09-14 Thread Steven Johnstone
I am currently running a java webmail server and require the webmail programs to start when the system boots.  Currently I just get a java not found error.  does anyone know how to do this?