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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Jxplorer-users mailing list
Jxplorer-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jxplorer-users

Reply via email to