equal
deleted
inserted
replaced
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 |