Richard Gomes
16 years ago
Hi,
I've done some changes in jxplorer.sh in order to:
1. Run it easily from any directory, doesnt matter where JXplorer is installed:
basename=`basename $0`
dirname=`dirname $0`
cd ${dirname}
dirname=`pwd`
....
# OPTJX=/opt/jxplorer
OPTJX=${dirname}
2. allow application start options to be easily changed and commented out because -Xdock:... was not working for some reason and I wasnt willing to invest too much time to discover why.
# java options
# JXOPTS=-Xdock:name="JXplorer"
JXDEFS=-Dcom.apple.macos.useScreenMenuBar=true
.....
$JAVAV $JXOPTS $JXDEFS -cp blah blah blah
Thanks
Richard Gomes
http://www.jquantlib.org/index.php/User:RichardGomes
I've done some changes in jxplorer.sh in order to:
1. Run it easily from any directory, doesnt matter where JXplorer is installed:
basename=`basename $0`
dirname=`dirname $0`
cd ${dirname}
dirname=`pwd`
....
# OPTJX=/opt/jxplorer
OPTJX=${dirname}
2. allow application start options to be easily changed and commented out because -Xdock:... was not working for some reason and I wasnt willing to invest too much time to discover why.
# java options
# JXOPTS=-Xdock:name="JXplorer"
JXDEFS=-Dcom.apple.macos.useScreenMenuBar=true
.....
$JAVAV $JXOPTS $JXDEFS -cp blah blah blah
Thanks
Richard Gomes
http://www.jquantlib.org/index.php/User:RichardGomes