src/share/bin/launcher.sh-template

changeset 370
8a03f3c7d160
parent 313
7913e72a24b0
child 471
2d0f4e7b44b2
equal deleted inserted replaced
367:5a26c8fd0830 370:8a03f3c7d160
43 sed -e 's|Class-Path: *||' -e 's|\([a-z]*\.jar\) *|'"$mylib"'/\1:|g'` 43 sed -e 's|Class-Path: *||' -e 's|\([a-z]*\.jar\) *|'"$mylib"'/\1:|g'`
44 bcp="$mylib/#PROGRAM#.jar":$cp 44 bcp="$mylib/#PROGRAM#.jar":$cp
45 fi 45 fi
46 46
47 # tools currently assumes that assertions are enabled in the launcher 47 # tools currently assumes that assertions are enabled in the launcher
48 ea=-ea:com.sun.tools 48 ea=-ea:com.sun.tools...
49 49
50 # Any parameters starting with -J are passed to the JVM. 50 # Any parameters starting with -J are passed to the JVM.
51 # All other parameters become parameters of #PROGRAM#. 51 # All other parameters become parameters of #PROGRAM#.
52 52
53 # Separate out -J* options for the JVM 53 # Separate out -J* options for the JVM

mercurial