src/share/bin/launcher.sh-template

changeset 805
7c33098600b2
parent 656
6ef801fa38b7
child 871
bfa59f3e84bd
equal deleted inserted replaced
804:3131e664558d 805:7c33098600b2
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

mercurial