mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Nov. 08 2005,02:19 |
|
First, if the application is something that should be run as a regular user rather than root, it should not be in bootlocal....It should be run from /home/dsl/.bash_profile. If it uses a graphical interface, it should be run from /home/dsl/.xinitrc. If it is a program that will run continuously it should be followed by "&" so the script in which it is included can continue. If it is a daemon, the & is probably not necessary.
Since it needs Java, you should download the jre extension from the mydsl repository and have it loaded automatically if you do not have a standard harddrive install of DSL. I don't know anything about Java in DSL, so you should read the info file associated with the java extension to see if there is anything special that needs to be done to get it working.
You should also post the "bunch of errors" so we have a better idea of what is wrong.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|