PDA

View Full Version : Loading Java at bootup



index_0@ya.com
July 19th, 2005, 02:10 PM
Hi thr,
I am designing a project on Boot loader. I want to how can i start Java programs at start of the system like Anaconda installer for Linux .
When to load the jvm ??
Pls help .

LordHunter317
July 19th, 2005, 04:11 PM
You simply run 'java application'... I'm confused, you're going to have to be way more specific.

Perhaps reading the documentation about Linux startup at a site like tldp.org would be more helpful, first.