LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   execute .jar at startup & disabling xwindow also (https://www.linuxquestions.org/questions/linux-newbie-8/execute-jar-at-startup-and-disabling-xwindow-also-829553/)

raj.knd 08-31-2010 11:03 AM

execute .jar at startup & disabling xwindow also
 
i want to run a jar file at the start up..
and only that application will work at the start up..
other all are blocked..after giving input to the application the xwindow will enabled..otherwise it remains same..

TB0ne 08-31-2010 11:32 AM

Quote:

Originally Posted by raj.knd (Post 4083703)
i want to run a jar file at the start up..
and only that application will work at the start up..
other all are blocked..after giving input to the application the xwindow will enabled..otherwise it remains same..

Provide some details, and perhaps we can help. You say nothing about version/distro of Linux, what this program does, how it does it, and what you mean by "other all are blocked".

If you want to run something at startup, either put it in /etc/init.d/rc(x).d/ as a shell script that calls your Java program, or put it in /etc/inittab (not suggested).


All times are GMT -5. The time now is 08:26 PM.