langtools/src/share/bin/launcher.sh-template
changeset 7843 1103fac3fb5a
parent 6574 7729fe9665a2
child 8421 b268534d3e7a
equal deleted inserted replaced
7842:5de9ea98089d 7843:1103fac3fb5a
    24 # or visit www.oracle.com if you need additional information or have any
    24 # or visit www.oracle.com if you need additional information or have any
    25 # questions.
    25 # questions.
    26 #
    26 #
    27 
    27 
    28 mydir="`dirname $0`"
    28 mydir="`dirname $0`"
       
    29 case `uname -s` in
       
    30     CYGWIN*)
       
    31       mydir=`cygpath -m $mydir`
       
    32       ;;
       
    33 esac
       
    34 
    29 mylib="`dirname $mydir`"/lib
    35 mylib="`dirname $mydir`"/lib
    30 
    36 
    31 # By default, put the jar file and its dependencies on the bootclasspath.
    37 # By default, put the jar file and its dependencies on the bootclasspath.
    32 # This is always required on a Mac, because the system langtools classes
    38 # This is always required on a Mac, because the system langtools classes
    33 # are always on the main class path; in addition, it may be required on
    39 # are always on the main class path; in addition, it may be required on