HD Install :: Might be the wrong areAdding a link to the desktop
maybe it needs "chmod a+x"? Are you running the scripts manually as user dsl, or other?
Turns out the java_home wasn't defined somewhere correctly, and have to do the chmod u+x, so appears as though everything works.
1) cd /opt/quickfixjLN/bin/ $0
This doesn't look right....if you're just trying to cd to the directory containing the script it should be either cd /opt/quickfixjLN/bin/ or cd `dirname $0`. I'm not sure what adding $0 will do to a cd command that already contains a path, but it might be nothing damaging. In any case, it's best not to tempt a command by sending it incompatible parameters.
2) The CLASSPATH is utilizing relative paths, so you need to be in the directory containing "output" and "lib" when the *.Banzai command is run. This might already be the case, though i don't know what the directory structure of the program is. Typically path variables should use absolute paths, or paths that are made absolute with the addition of variables or command substitution, to avoid troubles like this.
3) Do you have the variable $JAVA_HOME available to the script (is it being exported prior to running the script)? If not, you should add a line to export $JAVA_HOME
4) What does your *.lnk file look like?
I want to thank you immensely, actually, our entire team wants to thank you for your input and help, you found the exact same problem with the java issue as we did, but we were just changing random things.
We were on the verge of dropping DSL, I think we have been using linux for a week? hehe so not that linux savy. Once again, Thank you.
Just one more thing, any idea on how to password protect root/su access?
Next Page...
original here.