src/share/bin/launcher.sh-template

changeset 656
6ef801fa38b7
parent 554
9d9f26857129
child 805
7c33098600b2
     1.1 --- a/src/share/bin/launcher.sh-template	Tue Aug 24 15:09:21 2010 -0700
     1.2 +++ b/src/share/bin/launcher.sh-template	Wed Aug 25 11:24:30 2010 -0700
     1.3 @@ -40,8 +40,8 @@
     1.4  if [ "$LANGTOOLS_USE_BOOTCLASSPATH" != "no" ]; then
     1.5     cp=`unzip -c "$mylib/#PROGRAM#.jar" META-INF/MANIFEST.MF |
     1.6         grep "Class-Path:" |
     1.7 -       sed -e 's|Class-Path: *||' -e 's|\([a-z]*\.jar\) *|'"$mylib"'/\1:|g'`
     1.8 -   bcp="$mylib/#PROGRAM#.jar":$cp 
     1.9 +       sed -e 's|Class-Path: *||' -e 's|\([a-z]*\.jar\) *|'"$mylib"'/\1#PS#|g'`
    1.10 +   bcp="$mylib/#PROGRAM#.jar#PS#$cp"
    1.11  fi
    1.12  
    1.13  # tools currently assumes that assertions are enabled in the launcher

mercurial